[PATCH 8/9] ARM: add test for as supporting '.inst'
Ben Dooks
ben.dooks at codethink.co.uk
Fri Nov 8 13:37:11 EST 2013
Add a test for the assembler supporting .inst and then defining
ARM_HAVE_INST for any position where this is needed.
Signed-off-by: Ben Dooks <ben.dooks at codethink.co.uk>
---
arch/arm/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/Makefile b/arch/arm/Makefile
index 0069697..d556a52 100644
--- a/arch/arm/Makefile
+++ b/arch/arm/Makefile
@@ -36,6 +36,8 @@ MMUEXT := -nommu
KBUILD_CFLAGS += $(call cc-option,-mno-unaligned-access)
endif
+KBUILD_CFLAGS += $(call as-instr,.inst 0x0,-DARM_HAVE_INST)
+
ifeq ($(CONFIG_FRAME_POINTER),y)
KBUILD_CFLAGS +=-fno-omit-frame-pointer -mapcs -mno-sched-prolog
endif
--
1.8.4.rc3
More information about the linux-arm-kernel
mailing list