Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3d33fcc1 authored by David Howells's avatar David Howells Committed by Linus Torvalds
Browse files

UAPI: Remove empty Kbuild files



Empty files can get deleted by the patch program, so remove empty Kbuild
files and their links from the parent Kbuilds.

Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 007f6c3a
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
# Top-level Makefile calls into asm-$(ARCH)
# List only non-arch directories below

header-y += linux/
header-y += sound/
header-y += rdma/
header-y += video/
header-y += scsi/

include/linux/Kbuild

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
header-y += dvb/
header-y += hdlc/
header-y += hsi/
header-y += raid/
header-y += usb/

include/linux/hdlc/Kbuild

deleted100644 → 0
+0 −0

Empty file deleted.

include/linux/hsi/Kbuild

deleted100644 → 0
+0 −0

Empty file deleted.

include/linux/raid/Kbuild

deleted100644 → 0
+0 −0

Empty file deleted.

Loading