Valentine Barshak | 638bb69 | 2019-04-23 23:44:57 +0300 | [diff] [blame] | 1 | # |
| 2 | # board/renesas/v3hsk/Makefile |
| 3 | # |
| 4 | # Copyright (C) 2019 Renesas Electronics Corporation |
| 5 | # Copyright (C) 2019 Cogent Embedded, Inc. |
| 6 | # |
| 7 | # SPDX-License-Identifier: GPL-2.0+ |
| 8 | # |
| 9 | |
Simon Glass | 49c24a8 | 2024-09-29 19:49:47 -0600 | [diff] [blame] | 10 | ifdef CONFIG_XPL_BUILD |
Valentine Barshak | 638bb69 | 2019-04-23 23:44:57 +0300 | [diff] [blame] | 11 | obj-y := ../rcar-common/gen3-spl.o |
| 12 | else |
| 13 | obj-y := ../rcar-common/v3-common.o ../rcar-common/common.o |
| 14 | obj-$(CONFIG_SYSRESET) += cpld.o |
| 15 | endif |