Commit c0c237d1 authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

ARM: s3c: fix include path



The include directory is gone, so stop passing the command line flag.

Reported-by: default avatarkernel test robot <lkp@intel.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 6a5e69c7
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2,8 +2,6 @@
#
# Copyright 2009 Simtec Electronics

ccflags-$(CONFIG_ARCH_MULTIPLATFORM) += -I$(srctree)/$(src)/include

ifdef CONFIG_ARCH_S3C24XX
include $(src)/Makefile.s3c24xx
endif
+0 −3
Original line number Diff line number Diff line
@@ -3,9 +3,6 @@
# Copyright 2008 Openmoko, Inc.
# Copyright 2008 Simtec Electronics

ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include
asflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include

# PM

obj-$(CONFIG_PM)		+= pm-s3c64xx.o