Skip to content

Commit b95eefe

Browse files
committed
Prepare to override also global Makefile
1 parent 633f92a commit b95eefe

File tree

1 file changed

+10
-9
lines changed
  • meta-arduino-bsp/recipes-bsp/u-boot/u-boot-imx/portenta-x8/board

1 file changed

+10
-9
lines changed

meta-arduino-bsp/recipes-bsp/u-boot/u-boot-imx/portenta-x8/board/Makefile

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,18 @@
44
# SPDX-License-Identifier: GPL-2.0+
55
#
66

7-
#obj-y += ../../freescale/common/
8-
obj-y += mmc.o
9-
10-
obj-y += portenta-x8.o
11-
obj-$(CONFIG_USB_TCPC) += tcpc.o
12-
13-
ifndef CONFIG_SPL_BUILD
14-
obj-y += anx7625.o
15-
endif
7+
obj-y += imx8mm_evk.o
168

179
ifdef CONFIG_SPL_BUILD
1810
obj-y += spl.o
11+
ifdef CONFIG_IMX8M_4G_LPDDR4
12+
obj-y += lpddr4_timing_4g.o
13+
else
1914
obj-$(CONFIG_IMX8M_LPDDR4) += lpddr4_timing.o
15+
obj-$(CONFIG_IMX8M_DDR4) += ddr4_timing.o
16+
endif
17+
endif
18+
19+
ifndef CONFIG_SPL_BUILD
20+
obj-y += anx7625.o
2021
endif

0 commit comments

Comments
 (0)