diff options
author | James Morris <jmorris@namei.org> | 2008-10-10 11:09:47 +1100 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2008-10-10 11:09:47 +1100 |
commit | 9ac684fc38cf17fbd25c0c9e388713c5ddfa3b14 (patch) | |
tree | f2715b294d64efe1c5788f4fa5f0b25cdff071a7 /scripts/selinux/mdp/Makefile | |
parent | 3fa8749e584b55f1180411ab1b51117190bac1e5 (diff) | |
parent | 81990fbdd18b9cfdc93dc221ff3250f81468aed8 (diff) | |
download | kernel_samsung_smdk4412-9ac684fc38cf17fbd25c0c9e388713c5ddfa3b14.zip kernel_samsung_smdk4412-9ac684fc38cf17fbd25c0c9e388713c5ddfa3b14.tar.gz kernel_samsung_smdk4412-9ac684fc38cf17fbd25c0c9e388713c5ddfa3b14.tar.bz2 |
Merge branch 'next' into for-linus
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 0000000..eb365b3 --- /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 |