repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drivers/option: Add forms in cbtables
[coreboot2.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