diff options
-rw-r--r-- | include/linux/Kbuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild index e149e8be9065..aab5c85879b2 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild | |||
@@ -21,18 +21,15 @@ header-y += usb/ | |||
21 | header-y += wimax/ | 21 | header-y += wimax/ |
22 | 22 | ||
23 | ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/a.out.h \ | 23 | ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/a.out.h \ |
24 | $(srctree)/include/asm-$(SRCARCH)/a.out.h \ | 24 | $(srctree)/arch/$(SRCARCH)/include/uapi/asm/a.out.h),) |
25 | $(INSTALL_HDR_PATH)/include/asm-*/a.out.h),) | ||
26 | header-y += a.out.h | 25 | header-y += a.out.h |
27 | endif | 26 | endif |
28 | ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/kvm.h \ | 27 | ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/kvm.h \ |
29 | $(srctree)/include/asm-$(SRCARCH)/kvm.h \ | 28 | $(srctree)/arch/$(SRCARCH)/include/uapi/asm/kvm.h),) |
30 | $(INSTALL_HDR_PATH)/include/asm-*/kvm.h),) | ||
31 | header-y += kvm.h | 29 | header-y += kvm.h |
32 | endif | 30 | endif |
33 | ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/kvm_para.h \ | 31 | ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/kvm_para.h \ |
34 | $(srctree)/include/asm-$(SRCARCH)/kvm_para.h \ | 32 | $(srctree)/arch/$(SRCARCH)/include/uapi/asm/kvm_para.h),) |
35 | $(INSTALL_HDR_PATH)/include/asm-*/kvm_para.h),) | ||
36 | header-y += kvm_para.h | 33 | header-y += kvm_para.h |
37 | endif | 34 | endif |
38 | 35 | ||