#
# Copyright (C) 2017 Yasushi SHOJI <yashi@atmark-techno.com>
#
# SPDX-License-Identifier:	GPL-2.0+
#
obj-y	:= board.o board_pmic.o board_i2c.o
#ifndef CONFIG_A600_BASE	/* A6E */
obj-y	+= board_addition.o
#endif
obj-$(CONFIG_BOARD_EARLY_INIT_F) += board_early_init_f.o
obj-$(CONFIG_FEC_MXC) += fec_mxc.o
obj-$(CONFIG_FSL_ESDHC) += sdhc_mxc.o
