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-s5pv210 | |
parent | 7a376ac11fc2109dfd86442ff79982ecf16dcd6d (diff) | |
download | linux-549fba3a615a5dc6219bb41b3ee3951173fcf1e6.tar.bz2 |
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-s5pv210')
-rw-r--r-- | arch/arm/mach-s5pv210/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s5pv210/Makefile b/arch/arm/mach-s5pv210/Makefile index 72b9e9671507..fa7fb716e388 100644 --- a/arch/arm/mach-s5pv210/Makefile +++ b/arch/arm/mach-s5pv210/Makefile @@ -5,7 +5,7 @@ # # Licensed under GPLv2 -ccflags-$(CONFIG_ARCH_MULTIPLATFORM) += -I$(srctree)/$(src)/include -I$(srctree)/arch/arm/plat-samsung/include +ccflags-$(CONFIG_ARCH_MULTIPLATFORM) += -I$(srctree)/arch/arm/plat-samsung/include # Core |