Makefile (e84a324ba7950e88c0df4a2c656f533c723aeaae) | Makefile (7769776a603f76ab1b7c1478f6cf8388b3cb5464) |
---|---|
1# 2# Copyright 2017 NXP 3# 4# SPDX-License-Identifier: GPL-2.0+ 5# 6 7obj-y += ls1088a.o 8obj-$(CONFIG_TARGET_LS1088ARDB) += eth_ls1088ardb.o | 1# 2# Copyright 2017 NXP 3# 4# SPDX-License-Identifier: GPL-2.0+ 5# 6 7obj-y += ls1088a.o 8obj-$(CONFIG_TARGET_LS1088ARDB) += eth_ls1088ardb.o |
9obj-$(CONFIG_TARGET_LS1088AQDS) += eth_ls1088aqds.o |
|
9obj-y += ddr.o | 10obj-y += ddr.o |