summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile
index ede590f52..47e2f2cdd 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)