Makefile 190 B

12345678910
  1. # SPDX-License-Identifier: GPL-2.0+
  2. #
  3. # Copyright 2016 Freescale Semiconductor
  4. obj-y += ddr.o
  5. obj-y += ls1046ardb.o
  6. ifndef CONFIG_SPL_BUILD
  7. obj-$(CONFIG_NET) += eth.o
  8. obj-y += cpld.o
  9. endif