Merge branch 'master' of github.com:r0ket/r0ket

This commit is contained in:
schneider 2011-07-14 01:28:19 +02:00
commit f24b88f84b
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)))