#
# 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:= tc90400qfp_board01.o

obj-y	+= qfp_board01_prom.o 
obj-y	+= qfp_board01_setup.o 
obj-y	+= qfp_board01_irq.o 

include $(TOPDIR)/Rules.make
