Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
495bec2ec87b9dc59c18898cf7e884d55fb8e075
/
.
/
board
/
freescale
/
imx8ulp_evk
/
Makefile
blob: 1cf148ab9106e8792c2f0c38c5e816b2d467787f [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0+
obj
-
y
+=
imx8ulp_evk
.
o
ifdef CONFIG_SPL_BUILD
obj
-
y
+=
spl
.
o
ifdef CONFIG_IMX8ULP_ND_MODE
obj
-
y
+=
lpddr4_timing_264
.
o
else
obj
-
y
+=
lpddr4_timing
.
o
endif
endif