diff options
-rw-r--r-- | scripts/selinux/genheaders/Makefile | 1 | ||||
-rw-r--r-- | scripts/selinux/mdp/Makefile | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/scripts/selinux/genheaders/Makefile b/scripts/selinux/genheaders/Makefile index 417b165008ee..1d1ac51359e3 100644 --- a/scripts/selinux/genheaders/Makefile +++ b/scripts/selinux/genheaders/Makefile | |||
@@ -2,4 +2,3 @@ hostprogs-y := genheaders | |||
2 | HOST_EXTRACFLAGS += -Isecurity/selinux/include | 2 | HOST_EXTRACFLAGS += -Isecurity/selinux/include |
3 | 3 | ||
4 | always := $(hostprogs-y) | 4 | always := $(hostprogs-y) |
5 | clean-files := $(hostprogs-y) | ||
diff --git a/scripts/selinux/mdp/Makefile b/scripts/selinux/mdp/Makefile index eb365b333441..dba7eff69a00 100644 --- a/scripts/selinux/mdp/Makefile +++ b/scripts/selinux/mdp/Makefile | |||
@@ -2,4 +2,4 @@ hostprogs-y := mdp | |||
2 | HOST_EXTRACFLAGS += -Isecurity/selinux/include | 2 | HOST_EXTRACFLAGS += -Isecurity/selinux/include |
3 | 3 | ||
4 | always := $(hostprogs-y) | 4 | always := $(hostprogs-y) |
5 | clean-files := $(hostprogs-y) policy.* file_contexts | 5 | clean-files := policy.* file_contexts |