mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-20 10:44:23 +08:00
6 lines
146 B
Makefile
6 lines
146 B
Makefile
|
hostprogs-y := mdp
|
||
|
HOST_EXTRACFLAGS += -Isecurity/selinux/include
|
||
|
|
||
|
always := $(hostprogs-y)
|
||
|
clean-files := $(hostprogs-y) policy.* file_contexts
|