diff options
Diffstat (limited to 'include/linux/Kbuild')
-rw-r--r-- | include/linux/Kbuild | 6 |
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 | |||
126 | header-y += nl80211.h | 126 | header-y += nl80211.h |
127 | header-y += param.h | 127 | header-y += param.h |
128 | header-y += pci_regs.h | 128 | header-y += pci_regs.h |
129 | header-y += perf_event.h | ||
129 | header-y += pfkeyv2.h | 130 | header-y += pfkeyv2.h |
130 | header-y += pg.h | 131 | header-y += pg.h |
131 | header-y += phantom.h | 132 | header-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),) |
269 | unifdef-y += kvm.h | 270 | unifdef-y += kvm.h |
270 | endif | 271 | endif |
272 | ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/kvm_para.h \ | ||
273 | $(srctree)/include/asm-$(SRCARCH)/kvm_para.h),) | ||
274 | unifdef-y += kvm_para.h | ||
275 | endif | ||
271 | unifdef-y += llc.h | 276 | unifdef-y += llc.h |
272 | unifdef-y += loop.h | 277 | unifdef-y += loop.h |
273 | unifdef-y += lp.h | 278 | unifdef-y += lp.h |
@@ -359,6 +364,7 @@ unifdef-y += utsname.h | |||
359 | unifdef-y += videodev2.h | 364 | unifdef-y += videodev2.h |
360 | unifdef-y += videodev.h | 365 | unifdef-y += videodev.h |
361 | unifdef-y += virtio_config.h | 366 | unifdef-y += virtio_config.h |
367 | unifdef-y += virtio_ids.h | ||
362 | unifdef-y += virtio_blk.h | 368 | unifdef-y += virtio_blk.h |
363 | unifdef-y += virtio_net.h | 369 | unifdef-y += virtio_net.h |
364 | unifdef-y += virtio_9p.h | 370 | unifdef-y += virtio_9p.h |