mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 21:51:05 +00:00
Add generic Kbuild files for 'make headers_install'
This adds the Kbuild files listing the files which are to be installed by the 'headers_install' make target, in generic directories. Signed-off-by: David Woodhouse <dwmw2@infradead.org>
This commit is contained in:
parent
684753599a
commit
8555255f0b
23 changed files with 143 additions and 0 deletions
2
include/linux/byteorder/Kbuild
Normal file
2
include/linux/byteorder/Kbuild
Normal file
|
@ -0,0 +1,2 @@
|
|||
unifdef-y += generic.h swabb.h swab.h
|
||||
header-y += big_endian.h little_endian.h pdp_endian.h
|
Loading…
Add table
Add a link
Reference in a new issue