From c0c237d106bd35a58b65a174bd5ec50901940040 Mon Sep 17 00:00:00 2001 From: Arnd Bergmann Date: Fri, 22 Apr 2022 11:12:23 +0200 Subject: ARM: s3c: fix include path The include directory is gone, so stop passing the command line flag. Reported-by: kernel test robot Signed-off-by: Arnd Bergmann --- arch/arm/mach-s3c/Makefile | 2 -- arch/arm/mach-s3c/Makefile.s3c64xx | 3 --- 2 files changed, 5 deletions(-) (limited to 'arch/arm/mach-s3c') diff --git a/arch/arm/mach-s3c/Makefile b/arch/arm/mach-s3c/Makefile index 54188d10ab2e..7c7d3318fd61 100644 --- a/arch/arm/mach-s3c/Makefile +++ b/arch/arm/mach-s3c/Makefile @@ -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 diff --git a/arch/arm/mach-s3c/Makefile.s3c64xx b/arch/arm/mach-s3c/Makefile.s3c64xx index 0c18e31936df..21e919bf2cd1 100644 --- a/arch/arm/mach-s3c/Makefile.s3c64xx +++ b/arch/arm/mach-s3c/Makefile.s3c64xx @@ -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 -- cgit v1.2.3