projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4267a7
)
software/bios: fix link order to avoid undefined symbol errors
author
Gabriel Somlo
<gsomlo@gmail.com>
Tue, 19 May 2020 20:20:58 +0000
(16:20 -0400)
committer
Gabriel Somlo
<gsomlo@gmail.com>
Tue, 19 May 2020 20:20:58 +0000
(16:20 -0400)
Signed-off-by: Gabriel Somlo <gsomlo@gmail.com>
litex/soc/software/bios/Makefile
patch
|
blob
|
history
diff --git
a/litex/soc/software/bios/Makefile
b/litex/soc/software/bios/Makefile
index 0e288a43bc3c59a239850e0c953db064210114ce..a04a17b30c94b87656c96a6e35cfdb95670f4d0a 100755
(executable)
--- a/
litex/soc/software/bios/Makefile
+++ b/
litex/soc/software/bios/Makefile
@@
-72,7
+72,7
@@
bios.elf: $(BIOS_DIRECTORY)/linker.ld $(OBJECTS)
-L../libliteeth \
-L../liblitesdcard \
$(BP_LIBS) \
- -lcompiler_rt -l
base-nofloat -llitedram -lliteeth -llitesdcard
\
+ -lcompiler_rt -l
litedram -lliteeth -llitesdcard -lbase-nofloat
\
$(BP_FLAGS)
ifneq ($(OS),Windows_NT)