From 7993bc3f0d74516aa2d7c07dd19b7afb1049d0c3 Mon Sep 17 00:00:00 2001 From: Stefan `Sec` Zehl Date: Thu, 28 Jul 2011 01:32:13 +0200 Subject: [PATCH] library dependency fix --- firmware/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/firmware/Makefile b/firmware/Makefile index f92d179..985af2e 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -41,6 +41,7 @@ LDLIBS += -Lbasic -lbasic LDLIBS += -Llcd -llcd LDLIBS += -Lcore -lcore LDLIBS += -Lusb -lusb +LDLIBS += -lbasic OCFLAGS = --strip-unneeded SUBDIRS?= $(foreach lib,$(LIBS),$(dir $(lib)))