]> www.infradead.org Git - users/jedix/linux-maple.git/commit
selinux: move genheaders to security/selinux/
authorMasahiro Yamada <masahiroy@kernel.org>
Fri, 6 Sep 2024 17:29:14 +0000 (02:29 +0900)
committerPaul Moore <paul@paul-moore.com>
Thu, 3 Oct 2024 20:07:51 +0000 (16:07 -0400)
commit3b70b66e03b54428d45c3fe9b8693cffcde45bf6
tree5260796010b865531a07c8acdcba5483921028c5
parent541b57e313683b3d4c365fe3109fb34828b165cd
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: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Paul Moore <paul@paul-moore.com>
scripts/remove-stale-files
scripts/selinux/Makefile
scripts/selinux/genheaders/.gitignore [deleted file]
scripts/selinux/genheaders/Makefile [deleted file]
security/selinux/.gitignore
security/selinux/Makefile
security/selinux/genheaders.c [moved from scripts/selinux/genheaders/genheaders.c with 100% similarity]