diff --git a/src/Makefile b/src/Makefile index ede590f5..47e2f2cd 100644 --- a/src/Makefile +++ b/src/Makefile @@ -80,9 +80,6 @@ NRV2B ?= ./util/nrv2b # BIN ?= bin -# Library containing all compiled objects -BLIB = $(BIN)/blib.a - # Common flags # CFLAGS += -I include -I arch/$(ARCH)/include -I . -DARCH=$(ARCH)