repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 5.6.13
[linux/fpc-iii.git]
/
samples
/
mei
/
Makefile
blob
f5b9d02be2cd42fcb9928ee81ac030ed45d31090
1
# SPDX-License-Identifier: GPL-2.0
2
# Copyright (c) 2012-2019, Intel Corporation. All rights reserved.
3
4
hostprogs
:=
mei-amt-version
5
6
HOSTCFLAGS_mei-amt-version.o
+= -
I
$(
objtree
)/
usr
/
include
7
8
always-y
:= $(
hostprogs
)
9
10
all
:
mei-amt-version