Makefile 241 B

12345678910111213
  1. #
  2. # board/renesas/condor/Makefile
  3. #
  4. # Copyright (C) 2019 Renesas Electronics Corporation
  5. #
  6. # SPDX-License-Identifier: GPL-2.0+
  7. #
  8. ifdef CONFIG_SPL_BUILD
  9. obj-y := ../rcar-common/gen3-spl.o
  10. else
  11. obj-y := condor.o ../rcar-common/common.o
  12. endif