Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
b84d24c3c5963a9fd130c073d504f8d80b5d1a9c
/
.
/
board
/
sifive
/
unmatched
/
Makefile
blob: 13453300896af1418b7d1cf1bf2a5bd1c3890ff0 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (c) 2020-2021 SiFive, Inc
obj
-
$
(
CONFIG_ID_EEPROM
)
+=
hifive
-
platform
-
i2c
-
eeprom
.
o
ifdef CONFIG_SPL_BUILD
obj
-
y
+=
spl
.
o
else
obj
-
y
+=
unmatched
.
o
endif