5 lines
179 B
Makefile
Executable file
5 lines
179 B
Makefile
Executable file
# SPDX-License-Identifier: GPL-2.0
|
|
hostprogs-always-y += genheaders
|
|
HOST_EXTRACFLAGS += \
|
|
-I$(srctree)/include/uapi -I$(srctree)/include \
|
|
-I$(srctree)/security/selinux/include
|