Makefile 309 B

123456789101112131415
  1. #
  2. # board/renesas/stout/Makefile
  3. #
  4. # Copyright (C) 2015 Renesas Electronics Europe GmbH
  5. # Copyright (C) 2015 Renesas Electronics Corporation
  6. # Copyright (C) 2015 Cogent Embedded, Inc.
  7. #
  8. # SPDX-License-Identifier: GPL-2.0
  9. #
  10. ifdef CONFIG_SPL_BUILD
  11. obj-y := stout_spl.o
  12. else
  13. obj-y := stout.o cpld.o qos.o
  14. endif