From 174e7ee9e572292380ec2626beaa8b5cfcb781a1 Mon Sep 17 00:00:00 2001 From: bernd Date: Mon, 1 Aug 2011 06:10:22 +0200 Subject: [PATCH] The calls to nrf_off on lowpower-off require a -lfunk at the end --- firmware/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/firmware/Makefile b/firmware/Makefile index 0f54761..9f1b1f7 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -42,6 +42,7 @@ LDLIBS += -Llcd -llcd LDLIBS += -Lcore -lcore LDLIBS += -Lusb -lusb LDLIBS += -lbasic +LDLIBS += -lfunk OCFLAGS = --strip-unneeded SUBDIRS?= $(foreach lib,$(LIBS),$(dir $(lib)))