patch-2.4.20 linux-2.4.20/arch/mips/vr41xx/common/Makefile
Next file: linux-2.4.20/arch/mips/vr41xx/common/bcu.c
Previous file: linux-2.4.20/arch/mips/tools/offset.c
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Thu Nov 28 15:53:10 2002
- Orig file:
linux-2.4.19/arch/mips/vr41xx/common/Makefile
- Orig date:
Wed Dec 31 16:00:00 1969
diff -urN linux-2.4.19/arch/mips/vr41xx/common/Makefile linux-2.4.20/arch/mips/vr41xx/common/Makefile
@@ -0,0 +1,21 @@
+#
+# Makefile for common code of the NEC VR4100 series.
+#
+# 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).
+#
+
+USE_STANDARD_AS_RULE := true
+
+all: vr41xx.o
+
+O_TARGET := vr41xx.o
+
+obj-y := bcu.o cmu.o giu.o icu.o int-handler.o reset.o
+
+obj-$(CONFIG_PCI) += pciu.o
+obj-$(CONFIG_SERIAL) += serial.o
+obj-$(CONFIG_VR41XX_TIME_C) += time.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)