OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [arch/] [mips/] [pmc-sierra/] [yosemite/] [Makefile] - Rev 1765

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

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.