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