From 0d41e69daed2fd19793e3ae1ef68fa453374939d Mon Sep 17 00:00:00 2001 From: Tim Gardner Date: Thu, 18 Oct 2012 12:30:20 -0600 Subject: [PATCH] UBUNTU: SAUCE: (no-up) fix highbank include path Continue to carry as its not hurting anything. Of course I could just build test without this patch, but thats a giant pain. Signed-off-by: Tim Gardner --- arch/arm/mach-highbank/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/mach-highbank/Makefile b/arch/arm/mach-highbank/Makefile index 55840f414d3e..21e008d4f771 100644 --- a/arch/arm/mach-highbank/Makefile +++ b/arch/arm/mach-highbank/Makefile @@ -1,3 +1,5 @@ +KBUILD_CFLAGS += -I$(srctree)/arch/arm/mach-highbank/include + obj-y := highbank.o system.o smc.o plus_sec := $(call as-instr,.arch_extension sec,+sec) -- 2.39.5