patch-2.4.20 linux-2.4.20/arch/mips/au1000/common/Makefile
Next file: linux-2.4.20/arch/mips/au1000/common/clocks.c
Previous file: linux-2.4.20/arch/mips/arc/salone.c
Back to the patch index
Back to the overall index
- Lines: 29
- Date:
Thu Nov 28 15:53:09 2002
- Orig file:
linux-2.4.19/arch/mips/au1000/common/Makefile
- Orig date:
Fri Aug 2 17:39:43 2002
diff -urN linux-2.4.19/arch/mips/au1000/common/Makefile linux-2.4.20/arch/mips/au1000/common/Makefile
@@ -10,22 +10,20 @@
# unless it's something special (ie not a .c file).
#
-.S.s:
- $(CPP) $(CFLAGS) $< -o $*.s
-.S.o:
- $(CC) $(CFLAGS) -c $< -o $*.o
+USE_STANDARD_AS_RULE := true
all: au1000.o
O_TARGET := au1000.o
-export-objs = prom.o serial.o clocks.o
+export-objs = prom.o serial.o clocks.o power.o usbdev.o
-obj-y := prom.o int-handler.o dma.o irq.o puts.o time.o reset.o power.o clocks.o
+obj-y := prom.o int-handler.o dma.o irq.o puts.o time.o reset.o \
+ clocks.o power.o usbdev.o
-obj-$(CONFIG_AU1000_UART) += serial.o
+obj-$(CONFIG_AU1000_UART) += serial.o
obj-$(CONFIG_AU1000_USB_DEVICE) += usbdev.o
-obj-$(CONFIG_REMOTE_DEBUG) += dbg_io.o
+obj-$(CONFIG_REMOTE_DEBUG) += dbg_io.o
obj-$(CONFIG_RTC) += rtc.o
include $(TOPDIR)/Rules.make
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)