mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-16 22:46:42 +07:00
aa65506f19
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>
6 lines
131 B
Makefile
6 lines
131 B
Makefile
hostprogs-y := mdp
|
|
HOST_EXTRACFLAGS += -Isecurity/selinux/include
|
|
|
|
always := $(hostprogs-y)
|
|
clean-files := policy.* file_contexts
|