diff options
Diffstat (limited to 'scripts/selinux/mdp/Makefile')
| -rw-r--r-- | scripts/selinux/mdp/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/selinux/mdp/Makefile b/scripts/selinux/mdp/Makefile index d6a83cafe59f..673782e3212f 100644 --- a/scripts/selinux/mdp/Makefile +++ b/scripts/selinux/mdp/Makefile @@ -1,7 +1,7 @@ -hostprogs-y := mdp +# SPDX-License-Identifier: GPL-2.0 +hostprogs-always-y += mdp HOST_EXTRACFLAGS += \ - -I$(srctree)/include/uapi -I$(srctree)/include \ - -I$(srctree)/security/selinux/include + -I$(srctree)/include \ + -I$(srctree)/security/selinux/include -I$(objtree)/include -always := $(hostprogs-y) clean-files := policy.* file_contexts |
