diff options
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r-- | arch/arm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index f023e3acdfbd..cbe364210c7d 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile | |||
@@ -34,6 +34,7 @@ KBUILD_DEFCONFIG := versatile_defconfig | |||
34 | # defines filename extension depending memory management type. | 34 | # defines filename extension depending memory management type. |
35 | ifeq ($(CONFIG_MMU),) | 35 | ifeq ($(CONFIG_MMU),) |
36 | MMUEXT := -nommu | 36 | MMUEXT := -nommu |
37 | KBUILD_CFLAGS += $(call cc-option,-mno-unaligned-access) | ||
37 | endif | 38 | endif |
38 | 39 | ||
39 | ifeq ($(CONFIG_FRAME_POINTER),y) | 40 | ifeq ($(CONFIG_FRAME_POINTER),y) |