Makefile 177 B

1234567891011
  1. #
  2. # Copyright 2016 Freescale Semiconductor, Inc.
  3. #
  4. # SPDX-License-Identifier: GPL-2.0+
  5. #
  6. obj-y += ddr.o
  7. ifndef CONFIG_SPL_BUILD
  8. obj-y += eth.o
  9. endif
  10. obj-y += ls1046aqds.o