Biju Das | bf40dbb | 2020-11-09 09:40:04 +0000 | [diff] [blame] | 1 | # |
| 2 | # Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. |
| 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | |
| 7 | ifeq (${RCAR_LSI},${RCAR_AUTO}) |
| 8 | BL2_SOURCES += drivers/renesas/rzg/pfc/G2M/pfc_init_g2m.c |
| 9 | |
| 10 | else ifdef RCAR_LSI_CUT_COMPAT |
| 11 | ifeq (${RCAR_LSI},${RZ_G2M}) |
| 12 | BL2_SOURCES += drivers/renesas/rzg/pfc/G2M/pfc_init_g2m.c |
| 13 | endif |
| 14 | else |
| 15 | ifeq (${RCAR_LSI},${RZ_G2M}) |
| 16 | BL2_SOURCES += drivers/renesas/rzg/pfc/G2M/pfc_init_g2m.c |
| 17 | endif |
| 18 | endif |
| 19 | |
| 20 | BL2_SOURCES += drivers/renesas/rzg/pfc/pfc_init.c |