mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-06 01:09:08 +00:00
6 lines
130 B
Makefile
6 lines
130 B
Makefile
|
hostprogs-y := genheaders
|
||
|
HOST_EXTRACFLAGS += -Isecurity/selinux/include
|
||
|
|
||
|
always := $(hostprogs-y)
|
||
|
clean-files := $(hostprogs-y)
|