]> git.sur5r.net Git - u-boot/blob - board/atmel/common/Makefile
board: atmel: Create board/$(VENDOR)/common folder
[u-boot] / board / atmel / common / Makefile
1 #
2 # Copyright (C) 2017 Microchip
3 #                     Wenyou Yang <wenyou.yang@microchip.com>
4 #
5 # SPDX-License-Identifier:      GPL-2.0+
6 #
7
8 obj-y += board.o
9 ifndef CONFIG_SPL_BUILD
10 obj-$(CONFIG_I2C_EEPROM) += mac_eeprom.o
11 endif