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