diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-06-17 17:31:40 -0400 |
---|---|---|
committer | Paul Moore <pmoore@redhat.com> | 2014-06-17 17:31:40 -0400 |
commit | aa65506f198c482b52ba6592c0023eca8b4bf8bd (patch) | |
tree | 56e8d1c2ec02c5231863af716ef2b3dd9b800113 /scripts/selinux/genheaders | |
parent | 170b5910d9fbea79de1bb40df22eda5f98250c0c (diff) | |
download | blackbird-op-linux-aa65506f198c482b52ba6592c0023eca8b4bf8bd.tar.gz blackbird-op-linux-aa65506f198c482b52ba6592c0023eca8b4bf8bd.zip |
selinux, kbuild: remove unnecessary $(hostprogs-y) from clean-files
Files added to hostprogs-y are cleaned. (See scripts/Makefile.clean)
Adding them to clean-files is redundant.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Paul Moore <paul@paul-moore.com>
Signed-off-by: Paul Moore <pmoore@redhat.com>
Diffstat (limited to 'scripts/selinux/genheaders')
-rw-r--r-- | scripts/selinux/genheaders/Makefile | 1 |
1 files changed, 0 insertions, 1 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 HOST_EXTRACFLAGS += -Isecurity/selinux/include always := $(hostprogs-y) -clean-files := $(hostprogs-y) |