xref: /openbmc/linux/scripts/selinux/genheaders/Makefile (revision 28f2aff1caa4997f58ca31179cad1b4a84a62827)
1# SPDX-License-Identifier: GPL-2.0
2hostprogs	:= genheaders
3HOST_EXTRACFLAGS += \
4	-I$(srctree)/include/uapi -I$(srctree)/include \
5	-I$(srctree)/security/selinux/include
6
7always-y	:= $(hostprogs)
8