blob: aba64c1f985fccd847671296b3bd55a36ea5db97 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
uses CONFIG_CBFS
ldscript init/ldscript.lb
makerule coreboot.strip
depends "coreboot"
action "cp $< $@"
end
makerule coreboot.rom
depends "coreboot.strip"
action "cp $< $@"
end
if CONFIG_CBFS
initobject /src/lib/cbfs.o
initobject /src/lib/lzma.o
end
dir init
dir lib
dir boot
|