|
@@ -167,7 +167,8 @@ unifdef-y += acct.h
|
|
|
unifdef-y += adb.h
|
|
|
unifdef-y += adfs_fs.h
|
|
|
unifdef-y += agpgart.h
|
|
|
-ifneq ($(wildcard $(srctree)/include/asm-$(SRCARCH)/a.out.h),)
|
|
|
+ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/a.out.h \
|
|
|
+ $(srctree)/include/asm-$(SRCARCH)/a.out.h),)
|
|
|
unifdef-y += a.out.h
|
|
|
endif
|
|
|
unifdef-y += apm_bios.h
|
|
@@ -258,7 +259,8 @@ unifdef-y += kd.h
|
|
|
unifdef-y += kernelcapi.h
|
|
|
unifdef-y += kernel.h
|
|
|
unifdef-y += keyboard.h
|
|
|
-ifneq ($(wildcard $(srctree)/include/asm-$(SRCARCH)/kvm.h),)
|
|
|
+ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/kvm.h \
|
|
|
+ $(srctree)/include/asm-$(SRCARCH)/kvm.h),)
|
|
|
unifdef-y += kvm.h
|
|
|
endif
|
|
|
unifdef-y += llc.h
|