Makefile 203 B

12345678910111213
  1. #
  2. # board/renesas/gose/Makefile
  3. #
  4. # Copyright (C) 2014 Renesas Electronics Corporation
  5. #
  6. # SPDX-License-Identifier: GPL-2.0
  7. #
  8. ifdef CONFIG_SPL_BUILD
  9. obj-y := gose_spl.o
  10. else
  11. obj-y := gose.o qos.o
  12. endif