diff options
Diffstat (limited to 'scripts/selinux/mdp/Makefile')
-rw-r--r-- | scripts/selinux/mdp/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/selinux/mdp/Makefile b/scripts/selinux/mdp/Makefile new file mode 100644 index 00000000..eb365b33 --- /dev/null +++ b/scripts/selinux/mdp/Makefile @@ -0,0 +1,5 @@ +hostprogs-y := mdp +HOST_EXTRACFLAGS += -Isecurity/selinux/include + +always := $(hostprogs-y) +clean-files := $(hostprogs-y) policy.* file_contexts |