clean Makefile
authorsadullah <sadullahcanakci@gmail.com>
Mon, 29 Jun 2020 01:23:56 +0000 (21:23 -0400)
committersadullah <sadullahcanakci@gmail.com>
Mon, 29 Jun 2020 01:23:56 +0000 (21:23 -0400)
litex/soc/software/bios/Makefile

index 704d0a1d8034baf017f185af579a5ccbbf521ee0..6bde2b197b986ed502af5df73ca3628231f64f9b 100755 (executable)
@@ -1,10 +1,6 @@
 include ../include/generated/variables.mak
 include $(SOC_DIRECTORY)/software/common.mak
 
-#ifeq ($(CPU),blackparrot)
-#BP_LIBS =  -L$(BP_LITEX_SOFTWARE)
-#BP_FLAGS = -lgcc
-#endif
 # Permit TFTP_SERVER_PORT override from shell environment / command line
 ifdef TFTP_SERVER_PORT
 CFLAGS += -DTFTP_SERVER_PORT=$(TFTP_SERVER_PORT)
@@ -74,9 +70,7 @@ bios.elf: $(BIOS_DIRECTORY)/linker.ld $(OBJECTS)
                -L../libliteeth \
                -L../liblitespi \
                -L../liblitesdcard \
-               $(BP_LIBS) \
-               -lcompiler_rt -llitedram -lliteeth -llitespi -llitesdcard -lbase-nofloat \
-               $(BP_FLAGS)
+               -lcompiler_rt -llitedram -lliteeth -llitespi -llitesdcard -lbase-nofloat 
 
 ifneq ($(OS),Windows_NT)
        chmod -x $@