/scripts/selinux/genheaders/Makefile

http://github.com/mirrors/linux · Makefile · 7 lines · 5 code · 1 blank · 1 comment · 0 complexity · 2e361a02f2b615cb55e2639796635f17 MD5 · raw file

  1. # SPDX-License-Identifier: GPL-2.0
  2. hostprogs := genheaders
  3. HOST_EXTRACFLAGS += \
  4. -I$(srctree)/include/uapi -I$(srctree)/include \
  5. -I$(srctree)/security/selinux/include
  6. always-y := $(hostprogs)