xref: /linux/scripts/selinux/mdp/Makefile (revision b896c54e8d7bbf6d5d48f9296b26c9d3f10ec795)
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
6
7always		:= $(hostprogs-y)
8clean-files	:= policy.* file_contexts
9