mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-16 21:11:54 +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 \
|
CFLAGS += $(CFLAGS_$(TARGET)) -I../../atusb/fw/include -I../include \
|
||||||
$(MACROS_$(TARGET))
|
$(MACROS_$(TARGET))
|
||||||
LDLIBS = $(LDLIBS_$(TARGET)) -L../lib -latrf
|
LDLIBS = $(LDLIBS_$(TARGET)) -L../lib -latrf $(LDLIBS_$(TARGET))
|
||||||
OBJS += $(OBJS_$(TARGET))
|
OBJS += $(OBJS_$(TARGET))
|
||||||
|
Loading…
Reference in New Issue
Block a user