Skip to content

Commit

Permalink
UAPI: Remove empty non-UAPI Kbuild files
Browse files Browse the repository at this point in the history
Remove non-UAPI Kbuild files that have become empty as a result of UAPI
disintegration.  They used to have only header-y lines in them and those have
now moved to the Kbuild files in the corresponding uapi/ directories.

Possibly these should not be removed but rather have a comment inserted to say
they are intentionally left blank.  This would make it easier to add generated
header lines in future without having to restore the infrastructure.

Note that at this point not all the UAPI disintegration parts have been merged,
so it is likely that more empty Kbuild files will turn up.

It is probably necessary to make the files non-empty to prevent the patch
program from automatically deleting them when it reduces them to nothing.

Signed-off-by: David Howells <[email protected]>
  • Loading branch information
dhowells committed Oct 17, 2012
1 parent 0238047 commit 64d7155
Show file tree
Hide file tree
Showing 23 changed files with 0 additions and 21 deletions.
4 changes: 0 additions & 4 deletions include/Kbuild
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
# Top-level Makefile calls into asm-$(ARCH)
# List only non-arch directories below

header-y += asm-generic/
header-y += linux/
header-y += sound/
header-y += mtd/
header-y += rdma/
header-y += video/
header-y += drm/
header-y += xen/
header-y += scsi/
Empty file removed include/asm-generic/Kbuild
Empty file.
Empty file removed include/drm/Kbuild
Empty file.
16 changes: 0 additions & 16 deletions include/linux/Kbuild
Original file line number Diff line number Diff line change
@@ -1,21 +1,5 @@
header-y += byteorder/
header-y += can/
header-y += caif/
header-y += dvb/
header-y += hdlc/
header-y += hsi/
header-y += isdn/
header-y += mmc/
header-y += nfsd/
header-y += raid/
header-y += spi/
header-y += sunrpc/
header-y += tc_act/
header-y += tc_ematch/
header-y += netfilter/
header-y += netfilter_arp/
header-y += netfilter_bridge/
header-y += netfilter_ipv4/
header-y += netfilter_ipv6/
header-y += usb/
header-y += wimax/
Empty file removed include/linux/byteorder/Kbuild
Empty file.
Empty file removed include/linux/caif/Kbuild
Empty file.
Empty file removed include/linux/can/Kbuild
Empty file.
Empty file removed include/linux/isdn/Kbuild
Empty file.
Empty file removed include/linux/mmc/Kbuild
Empty file.
1 change: 0 additions & 1 deletion include/linux/netfilter/Kbuild

This file was deleted.

Empty file.
Empty file removed include/linux/netfilter_arp/Kbuild
Empty file.
Empty file.
Empty file.
Empty file.
Empty file removed include/linux/nfsd/Kbuild
Empty file.
Empty file removed include/linux/spi/Kbuild
Empty file.
Empty file removed include/linux/sunrpc/Kbuild
Empty file.
Empty file removed include/linux/tc_act/Kbuild
Empty file.
Empty file removed include/linux/tc_ematch/Kbuild
Empty file.
Empty file removed include/linux/wimax/Kbuild
Empty file.
Empty file removed include/mtd/Kbuild
Empty file.
Empty file removed include/xen/Kbuild
Empty file.

0 comments on commit 64d7155

Please sign in to comment.