diff options
Diffstat (limited to 'include/uapi/Kbuild')
| -rw-r--r-- | include/uapi/Kbuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/uapi/Kbuild b/include/uapi/Kbuild new file mode 100644 index 000000000000..81d2106287fe --- /dev/null +++ b/include/uapi/Kbuild | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | # UAPI Header export list | ||
| 2 | # Top-level Makefile calls into asm-$(ARCH) | ||
| 3 | # List only non-arch directories below | ||
| 4 | |||
| 5 | |||
| 6 | header-y += asm-generic/ | ||
| 7 | header-y += linux/ | ||
| 8 | header-y += sound/ | ||
| 9 | header-y += mtd/ | ||
| 10 | header-y += rdma/ | ||
| 11 | header-y += video/ | ||
| 12 | header-y += drm/ | ||
| 13 | header-y += xen/ | ||
| 14 | header-y += scsi/ | ||
