patch-2.4.25 linux-2.4.25/arch/mips/pmc-sierra/yosemite/Makefile

Next file: linux-2.4.25/arch/mips/pmc-sierra/yosemite/atmel_read_eeprom.c
Previous file: linux-2.4.25/arch/mips/pci/ops-nile4.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.24/arch/mips/pmc-sierra/yosemite/Makefile linux-2.4.25/arch/mips/pmc-sierra/yosemite/Makefile
@@ -0,0 +1,18 @@
+#
+# Makefile for the PMC-Sierra Titan 
+#
+
+.S.s:
+	$(CPP) $(CFLAGS) $< -o $*.s
+.S.o:
+	$(CC) $(CFLAGS) -c $< -o $*.o
+
+O_TARGET:= titan.o
+
+obj-y    += irq-handler.o irq.o i2c-yosemite.o prom.o setup.o
+
+obj-$(CONFIG_PCI)		+= pci-irq.o pci.o
+obj-$(CONFIG_SMP)          	+= smp.o
+obj-$(CONFIG_HYPERTRANSPORT)	+= ht-irq.o ht.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)