diff --git a/litex/soc/software/bios/Makefile b/litex/soc/software/bios/Makefile index 0e288a43b..a04a17b30 100755 --- 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 -lbase-nofloat -llitedram -lliteeth -llitesdcard \ + -lcompiler_rt -llitedram -lliteeth -llitesdcard -lbase-nofloat \ $(BP_FLAGS) ifneq ($(OS),Windows_NT)