fix order of static libs. Again.

This commit is contained in:
Stefan `Sec` Zehl 2011-07-14 00:56:34 +02:00
parent b8bc4e837a
commit 9ac724aee5
1 changed files with 2 additions and 2 deletions

View File

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