6 lines
146 B
Makefile
6 lines
146 B
Makefile
hostprogs-y := mdp
|
|
HOST_EXTRACFLAGS += -Isecurity/selinux/include
|
|
|
|
always := $(hostprogs-y)
|
|
clean-files := $(hostprogs-y) policy.* file_contexts
|