1# 2# This dir holds all of the images for PPC machines. 3# Tom Rini January 2001 4 5include $(TOPDIR)/Rules.make 6 7vmlinux.gz: $(TOPDIR)/vmlinux 8 $(OBJCOPY) --strip-all -S -O binary $(TOPDIR)/vmlinux vmlinux 9 gzip -vf9 vmlinux 10 11clean: 12 rm -f sImage vmapus vmlinux* miboot* zImage* zvmlinux* uImage 13