Skip to content

Commit

Permalink
Add empty Kbuild files for 'make headers_install' in remaining arches.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dwmw2 committed Jun 18, 2006
1 parent 57e580f commit ef4d04b
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/asm-arm/Kbuild
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include include/asm-generic/Kbuild.asm
1 change: 1 addition & 0 deletions include/asm-arm26/Kbuild
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include include/asm-generic/Kbuild.asm
1 change: 1 addition & 0 deletions include/asm-cris/Kbuild
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include include/asm-generic/Kbuild.asm
1 change: 1 addition & 0 deletions include/asm-frv/Kbuild
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include include/asm-generic/Kbuild.asm
1 change: 1 addition & 0 deletions include/asm-h8300/Kbuild
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include include/asm-generic/Kbuild.asm
1 change: 1 addition & 0 deletions include/asm-m32r/Kbuild
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include include/asm-generic/Kbuild.asm
1 change: 1 addition & 0 deletions include/asm-m68k/Kbuild
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include include/asm-generic/Kbuild.asm
1 change: 1 addition & 0 deletions include/asm-m68knommu/Kbuild
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include include/asm-generic/Kbuild.asm
1 change: 1 addition & 0 deletions include/asm-mips/Kbuild
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include include/asm-generic/Kbuild.asm
1 change: 1 addition & 0 deletions include/asm-parisc/Kbuild
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include include/asm-generic/Kbuild.asm
1 change: 1 addition & 0 deletions include/asm-sh/Kbuild
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include include/asm-generic/Kbuild.asm
1 change: 1 addition & 0 deletions include/asm-sh64/Kbuild
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include include/asm-generic/Kbuild.asm
1 change: 1 addition & 0 deletions include/asm-um/Kbuild
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include include/asm-generic/Kbuild.asm
1 change: 1 addition & 0 deletions include/asm-v850/Kbuild
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include include/asm-generic/Kbuild.asm
1 change: 1 addition & 0 deletions include/asm-xtensa/Kbuild
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include include/asm-generic/Kbuild.asm

0 comments on commit ef4d04b

Please sign in to comment.