Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
6d23294cf9e8a38d226af9759fc5951919594ced
/
.
/
board
/
atmel
/
common
/
Makefile
blob: 8a6850bc198b016f852b81c80e676acb3c669d5e [
file
] [
log
] [
blame
]
#
# Copyright (C) 2017 Microchip
# Wenyou Yang <wenyou.yang@microchip.com>
#
# SPDX-License-Identifier: GPL-2.0+
#
obj
-
y
+=
board
.
o
ifndef CONFIG_SPL_BUILD
obj
-
$
(
CONFIG_I2C_EEPROM
)
+=
mac_eeprom
.
o
obj
-
$
(
CONFIG_DM_VIDEO
)
+=
video_display
.
o
endif