Makefile 171 B

12345678910111213
  1. #
  2. # Makefile
  3. #
  4. # Copyright (C) 2015 Compulab, Ltd.
  5. #
  6. # SPDX-License-Identifier: GPL-2.0+
  7. #
  8. ifdef CONFIG_SPL_BUILD
  9. obj-y += spl.o mux.o
  10. else
  11. obj-y += cm_t43.o mux.o
  12. endif