Louis Mayencourt | 944ade8 | 2019-08-08 12:03:26 +0100 | [diff] [blame] | 1 | # |
| 2 | # Copyright (c) 2019-2020, ARM Limited. All rights reserved. |
| 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | |
| 7 | # Add Firmware Configuration files |
Masahiro Yamada | 3176571 | 2020-03-31 14:21:59 +0900 | [diff] [blame] | 8 | FCONF_SOURCES := lib/fconf/fconf.c |
| 9 | FCONF_DYN_SOURCES := lib/fconf/fconf_dyn_cfg_getter.c |
Louis Mayencourt | 944ade8 | 2019-08-08 12:03:26 +0100 | [diff] [blame] | 10 | |
Manish V Badarkhe | bb533c7 | 2020-06-11 22:17:30 +0100 | [diff] [blame] | 11 | BL1_SOURCES += ${FCONF_SOURCES} ${FCONF_DYN_SOURCES} |
Masahiro Yamada | 3176571 | 2020-03-31 14:21:59 +0900 | [diff] [blame] | 12 | BL2_SOURCES += ${FCONF_SOURCES} ${FCONF_DYN_SOURCES} |