aboutsummaryrefslogtreecommitdiff
path: root/src/arch/ppc/Config.lb
blob: 57931d2d899515227919996971367cb635fd243a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
ldscript init/ldscript.lb

makerule linuxbios.rom 
	depends	"linuxbios" 
	action	"cp $< $@"
end

makerule clean
        action  "rm -f linuxbios.* *~"
        action  "rm -f linuxbios"
        action  "rm -f ldscript.ld"
        action  "rm -f a.out *.s *.l *.o *.E *.inc"
        action  "rm -f TAGS tags romcc*"
        action  "rm -f docipl buildrom* chips.c *chip.c linuxbios_ram* linuxbios_pay*"
        action  "rm -f build_opt_tbl* nrv2b* option_table.c"
end

dir init
dir lib
dir boot