diff options
Diffstat (limited to 'include/linux/Kbuild')
-rw-r--r-- | include/linux/Kbuild | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild index a354c199ab98..b0ada6f37dd6 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild | |||
@@ -1,5 +1,6 @@ | |||
1 | header-y += byteorder/ | 1 | header-y += byteorder/ |
2 | header-y += can/ | 2 | header-y += can/ |
3 | header-y += caif/ | ||
3 | header-y += dvb/ | 4 | header-y += dvb/ |
4 | header-y += hdlc/ | 5 | header-y += hdlc/ |
5 | header-y += isdn/ | 6 | header-y += isdn/ |
@@ -20,15 +21,18 @@ header-y += wimax/ | |||
20 | objhdr-y += version.h | 21 | objhdr-y += version.h |
21 | 22 | ||
22 | ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/a.out.h \ | 23 | ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/a.out.h \ |
23 | $(srctree)/include/asm-$(SRCARCH)/a.out.h),) | 24 | $(srctree)/include/asm-$(SRCARCH)/a.out.h \ |
25 | $(INSTALL_HDR_PATH)/include/asm-*/a.out.h),) | ||
24 | header-y += a.out.h | 26 | header-y += a.out.h |
25 | endif | 27 | endif |
26 | ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/kvm.h \ | 28 | ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/kvm.h \ |
27 | $(srctree)/include/asm-$(SRCARCH)/kvm.h),) | 29 | $(srctree)/include/asm-$(SRCARCH)/kvm.h \ |
30 | $(INSTALL_HDR_PATH)/include/asm-*/kvm.h),) | ||
28 | header-y += kvm.h | 31 | header-y += kvm.h |
29 | endif | 32 | endif |
30 | ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/kvm_para.h \ | 33 | ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/kvm_para.h \ |
31 | $(srctree)/include/asm-$(SRCARCH)/kvm_para.h),) | 34 | $(srctree)/include/asm-$(SRCARCH)/kvm_para.h \ |
35 | $(INSTALL_HDR_PATH)/include/asm-*/kvm_para.h),) | ||
32 | header-y += kvm_para.h | 36 | header-y += kvm_para.h |
33 | endif | 37 | endif |
34 | 38 | ||
@@ -155,6 +159,7 @@ header-y += icmpv6.h | |||
155 | header-y += if.h | 159 | header-y += if.h |
156 | header-y += if_addr.h | 160 | header-y += if_addr.h |
157 | header-y += if_addrlabel.h | 161 | header-y += if_addrlabel.h |
162 | header-y += if_alg.h | ||
158 | header-y += if_arcnet.h | 163 | header-y += if_arcnet.h |
159 | header-y += if_arp.h | 164 | header-y += if_arp.h |
160 | header-y += if_bonding.h | 165 | header-y += if_bonding.h |