From 9ac724aee5caa31677049dc4504d7120df4f637a Mon Sep 17 00:00:00 2001 From: Stefan `Sec` Zehl Date: Thu, 14 Jul 2011 00:56:34 +0200 Subject: [PATCH] fix order of static libs. Again. --- firmware/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/Makefile b/firmware/Makefile index d668a5f..2aef305 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -37,11 +37,11 @@ LDLIBS = -lm LDLIBS += -Lapplications -lapp LDLIBS += -Lfunk -lfunk LDLIBS += -Lusbcdc -lusbcdc -LDLIBS += -Llcd -llcd -LDLIBS += -Lusb -lusb LDLIBS += -Lfilesystem -lfat LDLIBS += -Lbasic -lbasic LDLIBS += -Lcore -lcore +LDLIBS += -Llcd -llcd +LDLIBS += -Lusb -lusb OCFLAGS = --strip-unneeded SUBDIRS?= $(foreach lib,$(LIBS),$(dir $(lib)))