mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
ARM: s3c: fix include path
The include directory is gone, so stop passing the command line flag. Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
parent
6a5e69c7dd
commit
c0c237d106
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user