From af37eec0653128e991d20b8c1fc763ed1cde96c7 Mon Sep 17 00:00:00 2001 From: Arnd Bergmann Date: Mon, 7 Jul 2014 14:25:15 +0200 Subject: ARM: s3c64xx: multiplatform support After all preparation work is done, we can finally move the Kconfig option for s3c64xx into ARCH_MULTIPLATFORM. This implies allowing SAMSUNG_ATAGS for multiplatform again, but now disallowing the ADC driver below it, as that still has dependencies on header files. Signed-off-by: Arnd Bergmann --- arch/arm/mach-s3c64xx/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch/arm/mach-s3c64xx/Makefile') diff --git a/arch/arm/mach-s3c64xx/Makefile b/arch/arm/mach-s3c64xx/Makefile index bb233f342f31..04cdcd40e23c 100644 --- a/arch/arm/mach-s3c64xx/Makefile +++ b/arch/arm/mach-s3c64xx/Makefile @@ -5,6 +5,9 @@ # # Licensed under GPLv2 +ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include -I$(srctree)/arch/arm/plat-samsung/include +asflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include -I$(srctree)/arch/arm/plat-samsung/include + # Core obj-y += common.o -- cgit