patch-2.4.19 linux-2.4.19/arch/mips/galileo-boards/ev96100/Makefile
Next file: linux-2.4.19/arch/mips/galileo-boards/ev96100/init.c
Previous file: linux-2.4.19/arch/mips/galileo-boards/ev64120/setup.c
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Fri Aug 2 17:39:43 2002
- Orig file:
linux-2.4.18/arch/mips/galileo-boards/ev96100/Makefile
- Orig date:
Wed Dec 31 16:00:00 1969
diff -urN linux-2.4.18/arch/mips/galileo-boards/ev96100/Makefile linux-2.4.19/arch/mips/galileo-boards/ev96100/Makefile
@@ -0,0 +1,20 @@
+#
+# Copyright 2000 MontaVista Software Inc.
+# Author: MontaVista Software, Inc.
+# ppopov@mvista.com or source@mvista.com
+#
+# Makefile for the Galileo EV96100 board.
+#
+# 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
+
+O_TARGET:= ev96100.o
+
+obj-y := init.o pci_ops.o pci_fixups.o time.o irq.o int-handler.o setup.o \
+ puts.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)