diff options
author | Arnd Bergmann <arnd@arndb.de> | 2014-05-26 06:09:57 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2014-05-31 02:43:51 +0900 |
commit | 9dfa92ec4033c348aae6bafc1881e07229fabaa6 (patch) | |
tree | 28901dc7d71b081054c4285eca19b287cc7c4393 /arch/arm/mach-exynos/Makefile | |
parent | 9a1013285f73692e38bb7267d8bdebe081c71cf7 (diff) | |
download | linux-9dfa92ec4033c348aae6bafc1881e07229fabaa6.tar.bz2 |
ARM: EXYNOS: Enable multi-platform build support
This makes it possible to enable the Exynos platform as part of a
multiplatform kernel.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos/Makefile')
-rw-r--r-- | arch/arm/mach-exynos/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/Makefile b/arch/arm/mach-exynos/Makefile index f6dcc256db56..24a8efe3d4bd 100644 --- a/arch/arm/mach-exynos/Makefile +++ b/arch/arm/mach-exynos/Makefile @@ -5,6 +5,8 @@ # # Licensed under GPLv2 +ccflags-$(CONFIG_ARCH_MULTIPLATFORM) += -I$(srctree)/$(src)/include -I$(srctree)/arch/arm/plat-samsung/include + obj-y := obj-m := obj-n := |