File: Kbuild

package info (click to toggle)
linux 6.10.6-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,623,840 kB
  • sloc: ansic: 25,279,581; asm: 268,818; sh: 131,442; python: 60,803; makefile: 54,212; perl: 37,987; xml: 18,136; cpp: 5,677; yacc: 4,900; lex: 2,917; awk: 1,158; sed: 28; ruby: 25
file content (14 lines) | stat: -rw-r--r-- 469 bytes parent folder | download | duplicates (48)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# SPDX-License-Identifier: GPL-2.0
ifeq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/uapi/asm/a.out.h),)
no-export-headers  = linux/a.out.h
endif

ifeq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/uapi/asm/kvm.h),)
no-export-headers  = linux/kvm.h
endif

ifeq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/uapi/asm/kvm_para.h),)
ifeq ($(wildcard $(objtree)/arch/$(SRCARCH)/include/generated/uapi/asm/kvm_para.h),)
no-export-headers  = linux/kvm_para.h
endif
endif