Home
last modified time | relevance | path

Searched refs:coffboot (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/arch/ppc/boot/pmac/
DMakefile62 coffboot: $(COFFOBJS) image.o $(LIBS) ../ld.script target
66 coffboot.initrd: $(COFFOBJS) image.o $(LIBS) ../ld.script \
75 vmlinux.coff: coffboot $(HACKCOFF)
76 $(OBJCOPY) $(OBJCOPY_ARGS) coffboot ../images/$@
78 rm -f coffboot
81 vmlinux.initrd.coff: coffboot.initrd $(HACKCOFF)
82 $(OBJCOPY) $(OBJCOPY_ARGS) coffboot.initrd ../images/$@
84 rm -f coffboot.initrd