#
# (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	+= lowlevel-init.o rlxboard.o bsp_init.o dma.o gpio.o
ifneq ($(CONFIG_SYS_NO_FLASH),y)
obj-y	+= flash.o
endif
ifneq ($(CONFIG_DM_SERIAL),y)
obj-y	+= serial.o
endif
obj-$(CONFIG_CRYPTO_BOOT)	+= rts_crypto.o efuse.o
