Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aa65506f authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Paul Moore
Browse files

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: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: default avatarPaul Moore <paul@paul-moore.com>
Signed-off-by: default avatarPaul Moore <pmoore@redhat.com>
parent 170b5910
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2,4 +2,3 @@ hostprogs-y := genheaders
HOST_EXTRACFLAGS += -Isecurity/selinux/include

always		:= $(hostprogs-y)
clean-files	:= $(hostprogs-y)
+1 −1
Original line number Diff line number Diff line
@@ -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