aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/Kbuild
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/Kbuild')
-rw-r--r--include/linux/Kbuild6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild
index 334a3593cdfd..1feed71551c9 100644
--- a/include/linux/Kbuild
+++ b/include/linux/Kbuild
@@ -126,6 +126,7 @@ header-y += nfs_mount.h
126header-y += nl80211.h 126header-y += nl80211.h
127header-y += param.h 127header-y += param.h
128header-y += pci_regs.h 128header-y += pci_regs.h
129header-y += perf_event.h
129header-y += pfkeyv2.h 130header-y += pfkeyv2.h
130header-y += pg.h 131header-y += pg.h
131header-y += phantom.h 132header-y += phantom.h
@@ -268,6 +269,10 @@ ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/kvm.h \
268 $(srctree)/include/asm-$(SRCARCH)/kvm.h),) 269 $(srctree)/include/asm-$(SRCARCH)/kvm.h),)
269unifdef-y += kvm.h 270unifdef-y += kvm.h
270endif 271endif
272ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/kvm_para.h \
273 $(srctree)/include/asm-$(SRCARCH)/kvm_para.h),)
274unifdef-y += kvm_para.h
275endif
271unifdef-y += llc.h 276unifdef-y += llc.h
272unifdef-y += loop.h 277unifdef-y += loop.h
273unifdef-y += lp.h 278unifdef-y += lp.h
@@ -359,6 +364,7 @@ unifdef-y += utsname.h
359unifdef-y += videodev2.h 364unifdef-y += videodev2.h
360unifdef-y += videodev.h 365unifdef-y += videodev.h
361unifdef-y += virtio_config.h 366unifdef-y += virtio_config.h
367unifdef-y += virtio_ids.h
362unifdef-y += virtio_blk.h 368unifdef-y += virtio_blk.h
363unifdef-y += virtio_net.h 369unifdef-y += virtio_net.h
364unifdef-y += virtio_9p.h 370unifdef-y += virtio_9p.h