Makefile 295 B

1234567891011121314151617
  1. #
  2. # Makefile
  3. #
  4. # (C) Copyright 2016 CompuLab, Ltd. <www.compulab.co.il>
  5. #
  6. # Author: Dmitry Lifshitz <lifshitz@compulab.co.il>
  7. #
  8. # SPDX-License-Identifier: GPL-2.0+
  9. #
  10. ifdef CONFIG_SPL_BUILD
  11. obj-y += spl.o mux.o
  12. else
  13. obj-y += cl-som-am57x.o mux.o
  14. endif
  15. obj-$(CONFIG_DRIVER_TI_CPSW) += eth.o