1 # SPDX-License-Identifier: GPL-2.0 !! 1 # UAPI Header export list 2 ifeq ($(wildcard $(srctree)/arch/$(SRCARCH)/in !! 2 # Top-level Makefile calls into asm-$(ARCH) 3 no-export-headers += linux/a.out.h !! 3 # List only non-arch directories below 4 endif << 5 4 6 ifeq ($(wildcard $(srctree)/arch/$(SRCARCH)/in << 7 no-export-headers += linux/kvm.h << 8 endif << 9 5 10 ifeq ($(wildcard $(srctree)/arch/$(SRCARCH)/in !! 6 header-y += asm-generic/ 11 ifeq ($(wildcard $(objtree)/arch/$(SRCARCH)/in !! 7 header-y += linux/ 12 no-export-headers += linux/kvm_para.h !! 8 header-y += sound/ 13 endif !! 9 header-y += mtd/ 14 endif !! 10 header-y += rdma/ >> 11 header-y += video/ >> 12 header-y += drm/ >> 13 header-y += xen/ >> 14 header-y += scsi/ >> 15 header-y += misc/
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.