The calls to nrf_off on lowpower-off require a -lfunk at the end

This commit is contained in:
bernd 2011-08-01 06:10:22 +02:00
parent aa95549b2f
commit 174e7ee9e5
1 changed files with 1 additions and 0 deletions

View File

@ -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)))