xref: /linux/scripts/selinux/mdp/Makefile (revision bef4d2037d2143a4df6430bbe1e970fc7e616f6c)
1# SPDX-License-Identifier: GPL-2.0
2hostprogs-y	:= mdp
3HOST_EXTRACFLAGS += \
4	-I$(srctree)/include/uapi -I$(srctree)/include \
5	-I$(srctree)/security/selinux/include -I$(objtree)/include
6
7always		:= $(hostprogs-y)
8clean-files	:= policy.* file_contexts
9