#
# Makefile for Toshbia's RBTX4927 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).
#
# TC90400 LSP Reference No : 43PJ292-20050906-QFP_BOARD01-000

USE_STANDARD_AS_RULE := true

O_TARGET:= tc90400eva.o

obj-y	+= eva_board_prom.o 
obj-y	+= eva_board_setup.o 
obj-y	+= eva_board_irq.o 

include $(TOPDIR)/Rules.make
