mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:41:42 +00:00
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>
This commit is contained in:
parent
170b5910d9
commit
aa65506f19
@ -2,4 +2,3 @@ hostprogs-y := genheaders
|
||||
HOST_EXTRACFLAGS += -Isecurity/selinux/include
|
||||
|
||||
always := $(hostprogs-y)
|
||||
clean-files := $(hostprogs-y)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user