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
mb/lenovo: Add ThinkCentre M920q (Coffee Lake)
[coreboot.git]
/
payloads
/
nvramcui
/
Makefile
blob
a0662cf8dc0e34b04e08a0f169c40122e2d4af50
1
unexport
$(
COREBOOT_EXPORTS
)
2
3
OBJS
= $(
obj
)/
nvramcui.o
4
TARGET
= $(
obj
)/
nvramcui.elf
5
6
all
:
real-all
7
8
include
..
/
libpayload
/
Makefile.payload
9
10
real-all
: $(
TARGET
)
11
12
.PHONY
:
all
real-all