xref: /openbmc/u-boot/board/atmel/common/Makefile (revision 74cd48e1)
1#
2# Copyright (C) 2017 Microchip
3#		      Wenyou Yang <wenyou.yang@microchip.com>
4#
5# SPDX-License-Identifier:	GPL-2.0+
6#
7
8obj-y += board.o
9ifndef CONFIG_SPL_BUILD
10obj-$(CONFIG_I2C_EEPROM) += mac_eeprom.o
11endif
12