patch-2.4.19 linux-2.4.19/arch/mips/philips/nino/Makefile

Next file: linux-2.4.19/arch/mips/philips/nino/TODO
Previous file: linux-2.4.19/arch/mips/mm/umap.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/arch/mips/philips/nino/Makefile linux-2.4.19/arch/mips/philips/nino/Makefile
@@ -11,22 +11,14 @@
 .S.o:
 	$(CC) $(AFLAGS) -c $< -o $@
 
-O_TARGET := nino.o
+O_TARGET	:= nino.o
 
 all: nino.o
 
-obj-y	 := int-handler.o setup.o irq.o time.o reset.o rtc.o prom.o power.o
+obj-y		:= int-handler.o irq.o setup.o prom.o power.o
 
 int-handler.o: int-handler.S
 
-obj-$(CONFIG_REMOTE_DEBUG)	+= kgdb.o
-
-obj-$(CONFIG_BLK_DEV_INITRD)	+= ramdisk.o
-
-ramdisk.o:
-		$(MAKE) -C ramdisk
-		mv ramdisk/ramdisk.o ramdisk.o
-
 clean:
 		rm -f *.o
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)