2019-05-30 05:03:44 -07:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
2017-03-27 14:20:15 +02:00
|
|
|
ifeq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/uapi/asm/a.out.h),)
|
2019-06-04 19:14:03 +09:00
|
|
|
no-export-headers += linux/a.out.h
|
2012-10-13 10:46:48 +01:00
|
|
|
endif
|
|
|
|
|
|
2017-03-27 14:20:15 +02:00
|
|
|
ifeq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/uapi/asm/kvm.h),)
|
2019-06-04 19:14:03 +09:00
|
|
|
no-export-headers += linux/kvm.h
|
2012-10-13 10:46:48 +01:00
|
|
|
endif
|
|
|
|
|
|
2017-03-27 14:20:15 +02:00
|
|
|
ifeq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/uapi/asm/kvm_para.h),)
|
2019-03-18 18:08:12 +09:00
|
|
|
ifeq ($(wildcard $(objtree)/arch/$(SRCARCH)/include/generated/uapi/asm/kvm_para.h),)
|
2019-06-04 19:14:03 +09:00
|
|
|
no-export-headers += linux/kvm_para.h
|
2012-10-13 10:46:48 +01:00
|
|
|
endif
|
2019-03-18 18:08:12 +09:00
|
|
|
endif
|