URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [arch/] [mips/] [pmc-sierra/] [yosemite/] [Makefile] - Rev 1773
Go to most recent revision | Compare with Previous | Blame | View Log
#
# 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
Go to most recent revision | Compare with Previous | Blame | View Log