Add support for building as a coreboot payload
This commit is contained in:
parent
f482e41008
commit
0c56ae16e8
8 changed files with 363 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -3,6 +3,8 @@ include mk/config.mk
|
|||
|
||||
all: build/harddrive.bin
|
||||
|
||||
coreboot: build/coreboot.elf
|
||||
|
||||
live: build/livedisk.bin
|
||||
|
||||
iso: build/livedisk.iso
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue