VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
author: Catalin Marinas <catalin.marinas@arm.com> 2012-10-17 12:25:44 +0100 committer: David Howells <dhowells@redhat.com> 2012-10-17 12:25:44 +0100 commit: 3c5994c83895c89d344f24a86276f00d308e142b parent: 8d2b6b3ae280dcf6f6c7a95623670a57cdf562ed
Commit Summary:
uapi: Allow automatic generation of uapi/asm/ header files
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/scripts/Makefile.asm-generic b/scripts/Makefile.asm-generic
index 40caf3c26cd5..d17e0ea911ed 100644
--- a/scripts/Makefile.asm-generic
+++ b/scripts/Makefile.asm-generic
@@ -5,7 +5,7 @@
 # and for each file listed in this file with generic-y creates
 # a small wrapper file in $(obj) (arch/$(SRCARCH)/include/generated/asm)
 
-kbuild-file := $(srctree)/arch/$(SRCARCH)/include/asm/Kbuild
+kbuild-file := $(srctree)/arch/$(SRCARCH)/include/$(src)/Kbuild
 -include $(kbuild-file)
 
 include scripts/Kbuild.include