summaryrefslogtreecommitdiff
path: root/src/arch/ppc/Config.lb
blob: 1a5ad840e7d6933ccbcdafc4316c114a0bcfeb17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
ldscript init/ldscript.lb

makerule coreboot.strip 
	depends	"coreboot" 
	action	"cp $< $@"
end

makerule coreboot.rom 
	depends	"coreboot.strip" 
	action "cp $< $@"
end

dir init
dir lib
dir boot