#
# Makefile for the linux kernel.
#
# 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

O_TARGET		:= cpe.o

# Object file lists.

obj-y			:= cpe_int.o cpe_time.o debug_cpe.o ahb_dma.o apb_dma.o
export-objs		:= cpe_int.o ahb_dma.o apb_dma.o

obj-$(CONFIG_A320D_PLATFORM)    += a320d.o
obj-$(CONFIG_FIE7100_PLATFORM)    += fie7100.o
obj-$(CONFIG_PCI) 	+= ftpci.o

include $(TOPDIR)/Rules.make

