Update of /cvsroot/linux-vax/kernel-2.4/arch/ppc/boot/images
In directory usw-pr-cvs1:/tmp/cvs-serv25860/ppc/boot/images
Added Files:
Makefile
Log Message:
synch 2.4.15 commit 43
--- NEW FILE ---
#
# This dir holds all of the images for PPC machines.
# Tom Rini January 2001
include $(TOPDIR)/Rules.make
vmlinux.gz: $(TOPDIR)/vmlinux
$(OBJCOPY) -S -O binary $(TOPDIR)/vmlinux vmlinux
gzip -vf9 vmlinux
clean:
rm -f sImage vmapus vmlinux.* miboot.image* zImage* zvmlinux.*
|