blob: d6a83cafe59f46d35df53048005be42a1fca6c90 (
plain)
1
2
3
4
5
6
7
|
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
|