#
# Copyright (C) 2010 Panasonic Corporation
# All Rights Reserved.
#
# SPDX-License-Identifier:	GPL-2.0+
#

obj-y	:= reset.o
obj-y	+= board.o
obj-y	+= timer.o
obj-y	+= serial.o
obj-y	+= cache.o
ifndef ($(CONFIG_SYS_L2CACHE_OFF),)
obj-y	+= l2ca.o
endif

ifndef ($(CONFIG_UNIPHIER_AVEV3)$(CONFIG_UNIPHIER_AVEV4),)
obj-y	+= ethernet.o
obj-y	+= ethernet_util.o
endif

obj-y	+= bootbank.o
