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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [arch/] [mips/] [au1000/] [hydrogen3/] [Makefile] - Rev 1773

Go to most recent revision | Compare with Previous | Blame | View Log

#
#  Copyright 2000 MontaVista Software Inc.
#  Author: MontaVista Software, Inc.
#       ppopov@mvista.com or source@mvista.com
#
# Makefile for the Alchemy Semiconductor PB1000 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).
#

.S.s:
        $(CPP) $(CFLAGS) $< -o $*.s
.S.o:
        $(CC) $(CFLAGS) -c $< -o $*.o

O_TARGET := hydrogen3.o

obj-y := init.o board_setup.o irqmap.o

include $(TOPDIR)/Rules.make

Go to most recent revision | 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.