Commit 3b70b66e authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Paul Moore
Browse files

selinux: move genheaders to security/selinux/



This tool is only used in security/selinux/Makefile.

Move it to security/selinux/ so that 'make clean' can clean it up.

Please note 'make clean' does not clean scripts/ because tools under
scripts/ are often used for external module builds. Obviously, genheaders
is not the case here.

Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
Signed-off-by: default avatarPaul Moore <paul@paul-moore.com>
parent 541b57e3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -20,6 +20,9 @@ set -e
# yard. Stale files stay in this file for a while (for some release cycles?),
# then will be really dead and removed from the code base entirely.

# moved to security/selinux/genheaders
rm -f scripts/selinux/genheaders/genheaders

rm -f *.spec

rm -f lib/test_fortify.log
+1 −1
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0-only
subdir-y := mdp genheaders
subdir-y := mdp
+0 −2
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0-only
genheaders
+0 −3
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0
hostprogs-always-y += genheaders
HOST_EXTRACFLAGS += -I$(srctree)/security/selinux/include
+1 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0-only
av_permissions.h
flask.h
/genheaders
Loading