diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-09-27 19:10:12 +0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-09-29 00:27:07 +0400 |
commit | 46f2007c1efadfa4071c17e75f140c47f09293de (patch) | |
tree | e38579fafadcc3b8ae70575339647cd444e34f7c /arch/arm/plat-orion | |
parent | 30411c2cad86bac4736589b116c7234c33ceec8f (diff) | |
download | linux-46f2007c1efadfa4071c17e75f140c47f09293de.tar.xz |
ARM: mvebu: fix build breaks from multi-platform conversion
Moving ARCH_MVEBU for multi-platform support caused several breakages in
recently added addr-map and pinctrl support for mvebu. This adds the
necessary selects and include paths to fix the build.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Gregory CLEMENT <gregory.clement@free-electrons.com>
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/plat-orion')
-rw-r--r-- | arch/arm/plat-orion/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-orion/Makefile b/arch/arm/plat-orion/Makefile index 1251e5bd41c5..a82cecb84948 100644 --- a/arch/arm/plat-orion/Makefile +++ b/arch/arm/plat-orion/Makefile @@ -1,6 +1,7 @@ # # Makefile for the linux kernel. # +ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include obj-y += addr-map.o |