1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-09-28 23:57:37 +03:00

tools/Makefile.common: offer LDLIBS_$(TARGET) twice (hack - needs more study)

This commit is contained in:
Werner Almesberger 2011-03-03 23:17:32 -03:00
parent b90e3e2dfd
commit 9552b9f4af

View File

@ -51,5 +51,5 @@ endif
CFLAGS += $(CFLAGS_$(TARGET)) -I../../atusb/fw/include -I../include \
$(MACROS_$(TARGET))
LDLIBS = $(LDLIBS_$(TARGET)) -L../lib -latrf
LDLIBS = $(LDLIBS_$(TARGET)) -L../lib -latrf $(LDLIBS_$(TARGET))
OBJS += $(OBJS_$(TARGET))