#
#  Copyright 2001 MontaVista Software Inc.
#  Author: MontaVista Software, Inc.
#     	stevel@mvista.com or source@mvista.com
#
# Makefile for the IDT RC32300 MIPS core, generic files.
#
# 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

all: rc32300.o

O_TARGET := rc32300.o

obj-y := dbg_io.o int-handler.o reset.o prom.o puts.o time.o

include $(TOPDIR)/Rules.make
