Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
dc341a1a
Commit
dc341a1a
authored
5 years ago
by
Mark Dykes
Committed by
TrustedFirmware Code Review
5 years ago
Browse files
Options
Download
Plain Diff
Merge "fconf: exclude fconf_dyn_cfg_getter.c from BL1_SOURCES" into integration
parents
0603a064
c452ba15
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/fconf/fconf.mk
+3
-3
lib/fconf/fconf.mk
with
3 additions
and
3 deletions
+3
-3
lib/fconf/fconf.mk
View file @
dc341a1a
...
...
@@ -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}
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment