[BACK]Return to Makefile CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / arch / cris / arch-v32 / boot

File: [Development] / linux-2.6-xfs / arch / cris / arch-v32 / boot / Makefile (download)

Revision 1.1, Mon Aug 29 15:50:38 2005 UTC (12 years, 1 month ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN

Merge up to 2.6.13.
Merge of 2.6.x-xfs-melb:linux:23660a by kenmcd.

#
# arch/cris/arch-v32/boot/Makefile
#
target = $(target_boot_dir)
src    = $(src_boot_dir)

zImage: compressed/vmlinuz

compressed/vmlinuz: $(objtree)/vmlinux
	@$(MAKE) -f $(src)/compressed/Makefile $(objtree)/vmlinuz

clean:
	rm -f zImage tools/build compressed/vmlinux.out
	@$(MAKE) -f $(src)/compressed/Makefile clean