Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v4.17-rc4 7 lines 199 B view raw
1# SPDX-License-Identifier: GPL-2.0 2hostprogs-y := genheaders 3HOST_EXTRACFLAGS += \ 4 -I$(srctree)/include/uapi -I$(srctree)/include \ 5 -I$(srctree)/security/selinux/include 6 7always := $(hostprogs-y)