Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 549fba3a authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

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: default avatarArnd Bergmann <arnd@arndb.de>
parent 7a376ac1
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
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
+1 −2
Original line number Diff line number Diff line
#
# Makefile for the linux kernel.
#
ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include \
	-I$(srctree)/arch/arm/plat-versatile/include
ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/arch/arm/plat-versatile/include

obj-y					:= core.o
obj-$(CONFIG_REALVIEW_DT)		+= realview-dt.o
+1 −1
Original line number Diff line number Diff line
@@ -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