Makefile 261 B

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