Skip to content

Commit c0c237d

Browse files
committed
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>
1 parent 6a5e69c commit c0c237d

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

arch/arm/mach-s3c/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
#
33
# Copyright 2009 Simtec Electronics
44

5-
ccflags-$(CONFIG_ARCH_MULTIPLATFORM) += -I$(srctree)/$(src)/include
6-
75
ifdef CONFIG_ARCH_S3C24XX
86
include $(src)/Makefile.s3c24xx
97
endif

arch/arm/mach-s3c/Makefile.s3c64xx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
# Copyright 2008 Openmoko, Inc.
44
# Copyright 2008 Simtec Electronics
55

6-
ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include
7-
asflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include
8-
96
# PM
107

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

0 commit comments

Comments
 (0)