Skip to content

Commit

Permalink
selinux, kbuild: remove unnecessary $(hostprogs-y) from clean-files
Browse files Browse the repository at this point in the history
Files added to hostprogs-y are cleaned. (See scripts/Makefile.clean)
Adding them to clean-files is redundant.

Signed-off-by: Masahiro Yamada <[email protected]>
Acked-by: Paul Moore <[email protected]>
Signed-off-by: Paul Moore <[email protected]>
  • Loading branch information
masahir0y authored and pcmoore committed Jun 17, 2014
1 parent 170b591 commit aa65506
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion scripts/selinux/genheaders/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ hostprogs-y := genheaders
HOST_EXTRACFLAGS += -Isecurity/selinux/include

always := $(hostprogs-y)
clean-files := $(hostprogs-y)
2 changes: 1 addition & 1 deletion scripts/selinux/mdp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ hostprogs-y := mdp
HOST_EXTRACFLAGS += -Isecurity/selinux/include

always := $(hostprogs-y)
clean-files := $(hostprogs-y) policy.* file_contexts
clean-files := policy.* file_contexts

0 comments on commit aa65506

Please sign in to comment.