Files
Albert I 231a713d74 Revert "install several missing uapi headers"
This reverts commit d472b7e2f6.

Revert this to avoid messing with CAF's way of exporting headers.

Signed-off-by: Albert I <kras@raphielgang.org>
2020-11-07 22:44:00 +08:00

40 lines
1.1 KiB
Makefile

# UAPI Header export list
ifeq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/uapi/asm/a.out.h),)
no-export-headers += a.out.h
endif
ifeq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/uapi/asm/kvm.h),)
no-export-headers += kvm.h
endif
ifeq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/uapi/asm/kvm_para.h),)
no-export-headers += kvm_para.h
endif
no-export-headers += auto_dev-ioctl.h
no-export-headers += batman_adv.h
no-export-headers += bcache.h
no-export-headers += btrfs_tree.h
no-export-headers += cryptouser.h
no-export-headers += dma-buf.h
no-export-headers += hash_info.h
no-export-headers += kcm.h
no-export-headers += kcov.h
no-export-headers += kfd_ioctl.h
no-export-headers += lightnvm.h
no-export-headers += module.h
no-export-headers += nilfs2_api.h
no-export-headers += nilfs2_ondisk.h
no-export-headers += nsfs.h
no-export-headers += pr.h
no-export-headers += qrtr.h
no-export-headers += stm.h
no-export-headers += tee.h
no-export-headers += userio.h
no-export-headers += wil6210_uapi.h
ifneq ($(VSERVICES_SUPPORT), "")
include include/linux/Kbuild.vservices
endif