Add empty Kbuild files for 'make headers_install' in remaining arches.
These include nothing more than the basic set of files listed in asm-generic/Kbuild.asm. Any extra arch-specific files will need to be added. Signed-off-by: David Woodhouse <dwmw2@infradead.org>
This commit is contained in:
parent
57e580f885
commit
ef4d04b87d
15 changed files with 15 additions and 0 deletions
1
include/asm-arm/Kbuild
Normal file
1
include/asm-arm/Kbuild
Normal file
|
@ -0,0 +1 @@
|
|||
include include/asm-generic/Kbuild.asm
|
1
include/asm-arm26/Kbuild
Normal file
1
include/asm-arm26/Kbuild
Normal file
|
@ -0,0 +1 @@
|
|||
include include/asm-generic/Kbuild.asm
|
1
include/asm-cris/Kbuild
Normal file
1
include/asm-cris/Kbuild
Normal file
|
@ -0,0 +1 @@
|
|||
include include/asm-generic/Kbuild.asm
|
1
include/asm-frv/Kbuild
Normal file
1
include/asm-frv/Kbuild
Normal file
|
@ -0,0 +1 @@
|
|||
include include/asm-generic/Kbuild.asm
|
1
include/asm-h8300/Kbuild
Normal file
1
include/asm-h8300/Kbuild
Normal file
|
@ -0,0 +1 @@
|
|||
include include/asm-generic/Kbuild.asm
|
1
include/asm-m32r/Kbuild
Normal file
1
include/asm-m32r/Kbuild
Normal file
|
@ -0,0 +1 @@
|
|||
include include/asm-generic/Kbuild.asm
|
1
include/asm-m68k/Kbuild
Normal file
1
include/asm-m68k/Kbuild
Normal file
|
@ -0,0 +1 @@
|
|||
include include/asm-generic/Kbuild.asm
|
1
include/asm-m68knommu/Kbuild
Normal file
1
include/asm-m68knommu/Kbuild
Normal file
|
@ -0,0 +1 @@
|
|||
include include/asm-generic/Kbuild.asm
|
1
include/asm-mips/Kbuild
Normal file
1
include/asm-mips/Kbuild
Normal file
|
@ -0,0 +1 @@
|
|||
include include/asm-generic/Kbuild.asm
|
1
include/asm-parisc/Kbuild
Normal file
1
include/asm-parisc/Kbuild
Normal file
|
@ -0,0 +1 @@
|
|||
include include/asm-generic/Kbuild.asm
|
1
include/asm-sh/Kbuild
Normal file
1
include/asm-sh/Kbuild
Normal file
|
@ -0,0 +1 @@
|
|||
include include/asm-generic/Kbuild.asm
|
1
include/asm-sh64/Kbuild
Normal file
1
include/asm-sh64/Kbuild
Normal file
|
@ -0,0 +1 @@
|
|||
include include/asm-generic/Kbuild.asm
|
1
include/asm-um/Kbuild
Normal file
1
include/asm-um/Kbuild
Normal file
|
@ -0,0 +1 @@
|
|||
include include/asm-generic/Kbuild.asm
|
1
include/asm-v850/Kbuild
Normal file
1
include/asm-v850/Kbuild
Normal file
|
@ -0,0 +1 @@
|
|||
include include/asm-generic/Kbuild.asm
|
1
include/asm-xtensa/Kbuild
Normal file
1
include/asm-xtensa/Kbuild
Normal file
|
@ -0,0 +1 @@
|
|||
include include/asm-generic/Kbuild.asm
|
Loading…
Reference in a new issue