#
# Makefile for the Faraday platform dependent files
# Luke Lee 09/12/2005

# Object file lists.

obj-y					:= spec.o fia320.o

obj-$(CONFIG_PLATFORM_FIA321)    	+= fia321.o

obj-$(CONFIG_PCI) 			+= pci_intc.o 

obj-$(CONFIG_PLATFORM_AHBDMA)		+= ahb_intc.o

obj-$(CONFIG_PLATFORM_APBDMA)		+= apb_intc.o
