[HEADERS] One line per header in Kbuild files to reduce conflicts
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user