Commit 62c1e069 authored by Federico Vaga's avatar Federico Vaga

sw:lib: add possibility to extend LDFLAGS and ARFLAGS

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent ce0d460a
...@@ -18,8 +18,8 @@ LOBJ += libmockturtle-rt-msg.o ...@@ -18,8 +18,8 @@ LOBJ += libmockturtle-rt-msg.o
CFLAGS += -Wall -Werror -ggdb -fPIC CFLAGS += -Wall -Werror -ggdb -fPIC
CFLAGS += -I. -I$(TRTL_SW)/include $(EXTRACFLAGS) CFLAGS += -I. -I$(TRTL_SW)/include $(EXTRACFLAGS)
LDFLAGS = -L. -lmockturtle LDFLAGS += -L. -lmockturtle
ARFLAGS = rc ARFLAGS += rc
modules all: $(LIB) $(LIBS) modules all: $(LIB) $(LIBS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment