uboot/u-boot-stm32mp-2020.01/board/freescale/ls1043ardb/Makefile

11 lines
190 B
Makefile
Raw Normal View History

2024-01-10 06:52:34 +00:00
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright 2015 Freescale Semiconductor
obj-y += ddr.o
obj-y += ls1043ardb.o
ifndef CONFIG_SPL_BUILD
obj-$(CONFIG_NET) += eth.o
obj-y += cpld.o
endif