diff options
author | Arnd Bergmann <arnd@arndb.de> | 2016-06-08 16:21:19 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2016-08-10 22:42:18 +0200 |
commit | 549fba3a615a5dc6219bb41b3ee3951173fcf1e6 (patch) | |
tree | 211cf14eaf305f1b7730d56220eb59f3268cd30d /arch/arm/mach-mvebu | |
parent | 7a376ac11fc2109dfd86442ff79982ecf16dcd6d (diff) |
ARM: don't include removed directories
Three platforms used to have header files in include/mach that
are now all gone, but the removed directories are still being
included, which leads to -Wmissing-include-dirs warnings.
This removes the extra -I flags.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-mvebu')
-rw-r--r-- | arch/arm/mach-mvebu/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-mvebu/Makefile b/arch/arm/mach-mvebu/Makefile index e53c6cfcab51..6c6497e80a7b 100644 --- a/arch/arm/mach-mvebu/Makefile +++ b/arch/arm/mach-mvebu/Makefile @@ -1,5 +1,4 @@ -ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include \ - -I$(srctree)/arch/arm/plat-orion/include +ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/arch/arm/plat-orion/include AFLAGS_coherency_ll.o := -Wa,-march=armv7-a CFLAGS_pmsu.o := -march=armv7-a |