diff options
author | Magnus Damm <damm@opensource.se> | 2013-07-18 05:31:09 +0900 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-07-23 09:50:59 +0900 |
commit | efacfce5f8a523457e9419a25d52fe39db00b26a (patch) | |
tree | afefca88dd9f2aa67612d13c71b247f52896c4a7 /arch/arm/mach-shmobile/Makefile | |
parent | a360feb9e9e6cc36d61e683c03dc13974663298b (diff) | |
download | talos-obmc-linux-efacfce5f8a523457e9419a25d52fe39db00b26a.tar.gz talos-obmc-linux-efacfce5f8a523457e9419a25d52fe39db00b26a.zip |
ARM: shmobile: Introduce ARCH_SHMOBILE_MULTI
Add ARCH_SHMOBILE_MULTI to mach-shmobile that can be used
to enable ARCH_MULTIPLATFORM on selected SoCs and boards.
The headers stay under arch/arm/mach-shmobile/include/mach/
for now, they can and will be migrated independently over time.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/Makefile')
-rw-r--r-- | arch/arm/mach-shmobile/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Makefile b/arch/arm/mach-shmobile/Makefile index 5884bea3c3da..b150c4508237 100644 --- a/arch/arm/mach-shmobile/Makefile +++ b/arch/arm/mach-shmobile/Makefile @@ -2,6 +2,8 @@ # Makefile for the linux kernel. # +ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/arch/arm/mach-shmobile/include + # Common objects obj-y := timer.o console.o |