aboutsummaryrefslogtreecommitdiff
path: root/include/uapi/linux/Kbuild
blob: 6dca52c7d0fdda7ba052a445788d5f640c40e84e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# 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