mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-28 15:13:55 +08: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>
5 lines
100 B
Makefile
5 lines
100 B
Makefile
hostprogs-y := genheaders
|
|
HOST_EXTRACFLAGS += -Isecurity/selinux/include
|
|
|
|
always := $(hostprogs-y)
|