repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 4.16.11
[linux/fpc-iii.git]
/
scripts
/
selinux
/
genheaders
/
Makefile
blob
e8c533140981cf2ab8deec1d37e4f3c7b0539681
1
# SPDX-License-Identifier: GPL-2.0
2
hostprogs-y
:=
genheaders
3
HOST_EXTRACFLAGS
+=
\
4
-
I
$(
srctree
)/
include
/
uapi
-
I
$(
srctree
)/
include
\
5
-
I
$(
srctree
)/
security
/
selinux
/
include
6
7
always
:= $(
hostprogs-y
)