blob: e9c92db7e2a38f4125769b2e87f29c7b64c98feb (
plain)
1
2
3
4
5
6
7
8
|
# SPDX-License-Identifier: GPL-2.0
hostprogs-y := mdp
HOST_EXTRACFLAGS += \
-I$(srctree)/include/uapi -I$(srctree)/include \
-I$(srctree)/security/selinux/include
always := $(hostprogs-y)
clean-files := policy.* file_contexts
|