[HEADERS] One line per header in Kbuild files to reduce conflicts

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
This commit is contained in:
David Woodhouse
2006-09-19 12:43:58 +01:00
parent 47a5c6fa0e
commit fadcfa33b6
29 changed files with 721 additions and 159 deletions
+8 -2
View File
@@ -1,5 +1,11 @@
include include/asm-generic/Kbuild.asm
unifdef-y += console.h fpu.h sysinfo.h compiler.h
header-y += gentrap.h
header-y += regdef.h
header-y += pal.h
header-y += reg.h
header-y += gentrap.h regdef.h pal.h reg.h
unifdef-y += console.h
unifdef-y += fpu.h
unifdef-y += sysinfo.h
unifdef-y += compiler.h