xref: /linux/scripts/selinux/genheaders/Makefile (revision 76727c2c3bf4a5e58dff8cca23d0147ba08fb2c8)
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)
8