aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fconf/fconf.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lib/fconf/fconf.mk')
-rw-r--r--lib/fconf/fconf.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fconf/fconf.mk b/lib/fconf/fconf.mk
index c087102d7..b01dc6fea 100644
--- a/lib/fconf/fconf.mk
+++ b/lib/fconf/fconf.mk
@@ -8,5 +8,5 @@
FCONF_SOURCES := lib/fconf/fconf.c
FCONF_DYN_SOURCES := lib/fconf/fconf_dyn_cfg_getter.c
-BL1_SOURCES += ${FCONF_SOURCES}
+BL1_SOURCES += ${FCONF_SOURCES} ${FCONF_DYN_SOURCES}
BL2_SOURCES += ${FCONF_SOURCES} ${FCONF_DYN_SOURCES}