From caf520c854d3b56a79001ac0e00a9e0573d324dd Mon Sep 17 00:00:00 2001 From: sadullah Date: Sun, 28 Jun 2020 21:23:56 -0400 Subject: [PATCH] clean Makefile --- litex/soc/software/bios/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/litex/soc/software/bios/Makefile b/litex/soc/software/bios/Makefile index 704d0a1d8..6bde2b197 100755 --- a/litex/soc/software/bios/Makefile +++ b/litex/soc/software/bios/Makefile @@ -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 $@