diff options
author | Alexandre Belloni | 2015-03-13 22:57:18 +0100 |
---|---|---|
committer | Nicolas Ferre | 2015-03-19 16:37:44 +0100 |
commit | 41141127a83d9e986a77a7cab7e27f5afee3bede (patch) | |
tree | 01f39e7ab7a9d611138b1f7200918beb8641622d /arch/arm/mach-at91/Makefile | |
parent | 88c5544ab2240cf2a2dc87b5af9cd7990d06d028 (diff) |
ARM: at91: switch to multiplatform
Switch AT91 to multiplatform as all SoCs are properly handled.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/mach-at91/Makefile')
-rw-r--r-- | arch/arm/mach-at91/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/Makefile b/arch/arm/mach-at91/Makefile index 38aaef7b994e..06a4cefd33a0 100644 --- a/arch/arm/mach-at91/Makefile +++ b/arch/arm/mach-at91/Makefile @@ -1,6 +1,8 @@ # # Makefile for the linux kernel. # +ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include +asflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include obj-y := soc.o |