xref: /linux/samples/mei/Makefile (revision 6859eba4f6fbc515ea05f53b77ec55f49a6dcf0f)
1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
2*6859eba4STomas Winkler# Copyright (c) 2012-2019, Intel Corporation. All rights reserved.
3986b891aSShuah Khan
4*6859eba4STomas Winklerhostprogs-y := mei-amt-version
5986b891aSShuah Khan
6*6859eba4STomas WinklerHOSTCFLAGS_mei-amt-version.o += -I$(objtree)/usr/include
7986b891aSShuah Khan
8*6859eba4STomas Winkleralways := $(hostprogs-y)
9*6859eba4STomas Winkler
10*6859eba4STomas Winklerall: mei-amt-version
11