xref: /linux/samples/mei/Makefile (revision e6f2a617ac53bc0753b885ffb94379ff48b2e2df)
1# SPDX-License-Identifier: GPL-2.0
2# Copyright (c) 2012-2019, Intel Corporation. All rights reserved.
3
4hostprogs-y := mei-amt-version
5
6HOSTCFLAGS_mei-amt-version.o += -I$(objtree)/usr/include
7
8always := $(hostprogs-y)
9
10all: mei-amt-version
11