diff options
Diffstat (limited to 'include/Kbuild')
-rw-r--r-- | include/Kbuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/Kbuild b/include/Kbuild new file mode 100644 index 00000000..8d226bfa --- /dev/null +++ b/include/Kbuild @@ -0,0 +1,12 @@ +# 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/ |