#
# (C) Copyright 2003-2006
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
# See file CREDITS for list of people who contributed to this
# project.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
# published by the Free Software Foundation; either version 2 of
# the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#

obj-y	+= $(BOARD).o serial.o flash.o dma.o efuse.o gpio.o
obj-$(CONFIG_RTS_NOR_BOOT) += bsp_init.o write_reg_mask.o
obj-$(CONFIG_RTS_NAND_BOOT) += bsp_init.o write_reg_mask.o
obj-$(CONFIG_FLASH_START) += bsp_init.o write_reg_mask.o
obj-y	+= verify.o
obj-$(CONFIG_CRYPTO_BOOT)	+= rts_crypto.o
