Makefile 222 B

12345678910
  1. #
  2. # Copyright 2018 Freescale Semiconductor
  3. #
  4. # SPDX-License-Identifier: GPL-2.0+
  5. #
  6. obj-y += lx2160a.o
  7. obj-y += ddr.o
  8. obj-$(CONFIG_TARGET_LX2160ARDB) += eth_lx2160ardb.o
  9. obj-$(CONFIG_TARGET_LX2160AQDS) += eth_lx2160aqds.o