summaryrefslogtreecommitdiff
path: root/arch/arm/mach-s5pv210
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2016-06-08 14:21:19 (GMT)
committerArnd Bergmann <arnd@arndb.de>2016-08-10 20:42:18 (GMT)
commit549fba3a615a5dc6219bb41b3ee3951173fcf1e6 (patch)
tree211cf14eaf305f1b7730d56220eb59f3268cd30d /arch/arm/mach-s5pv210
parent7a376ac11fc2109dfd86442ff79982ecf16dcd6d (diff)
downloadlinux-549fba3a615a5dc6219bb41b3ee3951173fcf1e6.tar.xz
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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s5pv210/Makefile b/arch/arm/mach-s5pv210/Makefile
index 72b9e96..fa7fb71 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