blob: e8c533140981cf2ab8deec1d37e4f3c7b0539681 [file] [log] [blame]
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00001# SPDX-License-Identifier: GPL-2.0
2hostprogs-y := genheaders
3HOST_EXTRACFLAGS += \
4 -I$(srctree)/include/uapi -I$(srctree)/include \
5 -I$(srctree)/security/selinux/include
6
7always := $(hostprogs-y)