rk3568_ubuntu_r60_v1.3.2/u-boot/board/freescale/ls1043ardb/Makefile
2023-11-03 06:12:44 +00:00

13 lines
194 B
Makefile

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