blob: e8c533140981cf2ab8deec1d37e4f3c7b0539681 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Stephen Smalley8753f6b2009-09-30 13:41:02 -04002hostprogs-y := genheaders
Paul Moorebfc5e3a2016-12-21 10:39:25 -05003HOST_EXTRACFLAGS += \
4 -I$(srctree)/include/uapi -I$(srctree)/include \
5 -I$(srctree)/security/selinux/include
Stephen Smalley8753f6b2009-09-30 13:41:02 -04006
7always := $(hostprogs-y)