From: James S. <jsi...@us...> - 2002-06-03 22:45:29
|
Update of /cvsroot/linuxconsole/ruby/linux/arch/mips/jazz In directory usw-pr-cvs1:/tmp/cvs-serv23928/linux/arch/mips/jazz Modified Files: Makefile Log Message: Synced to 2.5.19 Index: Makefile =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/arch/mips/jazz/Makefile,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Makefile 25 May 2002 20:31:58 -0000 1.5 +++ Makefile 3 Jun 2002 22:44:56 -0000 1.6 @@ -1,20 +1,12 @@ # # Makefile for the Jazz family specific parts of the kernel # -# 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). -# - -EXTRA_AFLAGS := $(CFLAGS) - -all: jazz.o O_TARGET := jazz.o obj-y := int-handler.o irq.o jazzdma.o reset.o rtc-jazz.o setup.o \ floppy-jazz.o -int-handler.o: int-handler.S +EXTRA_AFLAGS := $(CFLAGS) include $(TOPDIR)/Rules.make |