# Makefile for the Intrinsity FastMips/FastMATH CPU, 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: fm.o

O_TARGET := fm.o

export-objs		= prom.o

obj-y := prom.o int-handler.o irq.o puts.o reset.o time.o init.o setup.o

obj-$(CONFIG_PCI) += pci.o

include $(TOPDIR)/Rules.make
