selinux: more Makefile tweaks
authorPaul Moore <paul@paul-moore.com>
Fri, 5 May 2023 22:48:35 +0000 (18:48 -0400)
committerPaul Moore <paul@paul-moore.com>
Mon, 8 May 2023 20:26:48 +0000 (16:26 -0400)
commit6f933aa7dfd0bb84b7935168f1d45abec4f702c1
tree1609209ec877e7486ddb1c40b388d1754a975046
parentac9a78681b921877518763ba0e89202254349d1b
selinux: more Makefile tweaks

A few small tweaks to improve the SELinux Makefile:

- Define a new variable, 'genhdrs', to represent both flask.h and
  av_permissions.h; this should help ensure consistent processing for
  both generated headers.

- Move the 'ccflags-y' variable closer to the top, just after the
  main 'obj-$(CONFIG_SECURITY_SELINUX)' definition to make it more
  visible and improve the grouping in the Makefile.

- Rework some of the vertical whitespace to improve some of the
  grouping in the Makefile.

Reviewed-by: Ondrej Mosnacek <omosnace@redhat.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
security/selinux/Makefile