forked from Minki/linux
ccd19d4caf
We need to add the object tree include directory to the include path
for building mdp in order to pick up generated/autoconf.h. Otherwise,
make O=/path/to/objtree breaks.
Fixes: e37c1877ba
("scripts/selinux: modernize mdp")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
Signed-off-by: Paul Moore <paul@paul-moore.com>
9 lines
251 B
Makefile
9 lines
251 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
hostprogs-y := mdp
|
|
HOST_EXTRACFLAGS += \
|
|
-I$(srctree)/include/uapi -I$(srctree)/include \
|
|
-I$(srctree)/security/selinux/include -I$(objtree)/include
|
|
|
|
always := $(hostprogs-y)
|
|
clean-files := policy.* file_contexts
|