repo.or.cz
/
coreboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
soc/intel/ptl: Update ME specification version to 21
[coreboot.git]
/
util
/
post
/
Makefile
blob
e292a73429ab7232adddcb5cdb1243ab51f1a5c2
1
## SPDX-License-Identifier: GPL-2.0-only
2
all
:
3
$(
CC
)
post.c
-
o post
4
clean
:
5
rm
-
f post
6
7
distclean
:
clean