Makefile 228 B

12345678910
  1. # SPDX-License-Identifier: GPL-2.0+
  2. #
  3. # Copyright 2017 NXP
  4. obj-y += ls1088a.o
  5. obj-y += ddr.o
  6. ifndef CONFIG_SPL_BUILD
  7. obj-$(CONFIG_TARGET_LS1088ARDB) += eth_ls1088ardb.o
  8. obj-$(CONFIG_TARGET_LS1088AQDS) += eth_ls1088aqds.o
  9. endif