mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-16 19:01:53 +02:00
tools/Makefile.common: offer LDLIBS_$(TARGET) twice (hack - needs more study)
This commit is contained in:
parent
b90e3e2dfd
commit
9552b9f4af
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user