Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v4.14-rc3 6 lines 164 B view raw
1hostprogs-y := genheaders 2HOST_EXTRACFLAGS += \ 3 -I$(srctree)/include/uapi -I$(srctree)/include \ 4 -I$(srctree)/security/selinux/include 5 6always := $(hostprogs-y)