aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts/selinux/genheaders/Makefile
blob: 6fc2b8789a0bf677f2ca874dab6eaec96ef4ca3b (plain) (blame)
1
2
3
4
5
6
hostprogs-y	:= genheaders
HOST_EXTRACFLAGS += \
	-I$(srctree)/include/uapi -I$(srctree)/include \
	-I$(srctree)/security/selinux/include

always		:= $(hostprogs-y)