Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
kishon
/
pci-endpoint
/
89aca094545a1467e6399b93bb2fac73c11e0009
/
.
/
samples
/
mei
/
Makefile
blob: 7aac216dc420bcd1e432f01e5104d83db778e587 [
file
] [
log
] [
blame
]
CC
:=
$
(
CROSS_COMPILE
)
gcc
CFLAGS
:=
-
I
../../
usr
/
include
PROGS
:=
mei
-
amt
-
version
all
:
$
(
PROGS
)
clean
:
rm
-
fr $
(
PROGS
)