xref: /openbmc/linux/scripts/selinux/genheaders/Makefile (revision 7a846d3c43b0b6d04300be9ba666b102b57a391a)
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