From: Andy P. <at...@us...> - 2002-04-10 18:40:18
|
Update of /cvsroot/linux-vax/kernel-2.4/arch/mips/philips/nino/ramdisk In directory usw-pr-cvs1:/tmp/cvs-serv21895/mips/philips/nino/ramdisk Added Files: Makefile ld.script Log Message: synch 2.4.15 commit 41 --- NEW FILE --- # # Makefile for the Philips Nino ramdisk # # Note! Dependencies are done automagically by 'make dep', which also # removes any old dependencies. DON'T put your own dependencies here # unless it's something special (ie not a .c file). # ramdisk.o: ramdisk.gz ld.script $(LD) -T ld.script -b binary -o $@ ramdisk.gz include $(TOPDIR)/Rules.make --- NEW FILE --- OUTPUT_FORMAT("ecoff-littlemips") OUTPUT_ARCH(mips) SECTIONS { .initrd : { *(.data) } } |