]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
UBUNTU: SAUCE: (no-up) fix highbank include path
authorTim Gardner <tim.gardner@canonical.com>
Thu, 18 Oct 2012 18:30:20 +0000 (12:30 -0600)
committerSeth Forshee <seth.forshee@canonical.com>
Mon, 29 Jan 2018 13:44:49 +0000 (07:44 -0600)
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 <tim.gardner@canonical.com>
arch/arm/mach-highbank/Makefile

index 55840f414d3e04125f8c730ee916589e6eecb1fc..21e008d4f77158cb24e2b4811bf400c955832442 100644 (file)
@@ -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)