diff options
Diffstat (limited to 'include/Kbuild')
-rw-r--r-- | include/Kbuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/Kbuild b/include/Kbuild index b52288774345..d8c3e3cbf416 100644 --- a/include/Kbuild +++ b/include/Kbuild @@ -1,8 +1,10 @@ +# 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 += asm-$(ARCH)/ +header-y += drm/ |