blob: 7819b2675b3ba1e0b2aecc586bebc25dddb0c882 [file] [log] [blame]
Peng Fancbe5d382021-08-07 16:01:13 +08001# SPDX-License-Identifier: GPL-2.0+
2
3obj-y += imx8ulp_evk.o
4
Simon Glass49c24a82024-09-29 19:49:47 -06005ifdef CONFIG_XPL_BUILD
Ye Li27c3b3e2023-01-31 16:42:31 +08006obj-y += spl.o
Peng Fan4cdb3a32022-04-06 14:30:12 +08007ifdef CONFIG_IMX8ULP_ND_MODE
8obj-y += lpddr4_timing_264.o
9else
10obj-y += lpddr4_timing.o
11endif
Peng Fancbe5d382021-08-07 16:01:13 +080012endif