Merge "fconf: exclude fconf_dyn_cfg_getter.c from BL1_SOURCES" into integration

This commit is contained in:
Mark Dykes 2020-03-31 18:50:44 +00:00 committed by TrustedFirmware Code Review
commit dc341a1a88
1 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
#
# Add Firmware Configuration files
FCONF_SOURCES := lib/fconf/fconf.c \
lib/fconf/fconf_dyn_cfg_getter.c
FCONF_SOURCES := lib/fconf/fconf.c
FCONF_DYN_SOURCES := lib/fconf/fconf_dyn_cfg_getter.c
BL1_SOURCES += ${FCONF_SOURCES}
BL2_SOURCES += ${FCONF_SOURCES}
BL2_SOURCES += ${FCONF_SOURCES} ${FCONF_DYN_SOURCES}