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
Docs/getting-started/faq: Remove line break in URL breaking link
[coreboot.git]
/
payloads
/
nvramcui
/
Makefile
blob
cfe279bb54397968cf3c4b5905733e002d3c44ea
1
unexport
$(
COREBOOT_EXPORTS
)
2
3
ARCH
=
x86_32
4
OBJS
= $(
obj
)/
nvramcui.o
5
TARGET
= $(
obj
)/
nvramcui.elf
6
7
all
:
real-all
8
9
include
..
/
libpayload
/
Makefile.payload
10
11
real-all
: $(
TARGET
)
12
13
.PHONY
:
all
real-all