Commit ab8edc42 authored by Federico Vaga's avatar Federico Vaga

Merge branch '27-statically-link-library-to-tools' into 'master'

Resolve "Statically link library to tools"

Closes #27

See merge request be-cem-edl/fec/hardware-modules/fmc-delay-1ns-8cha!14
parents 5ca24281 c1d2c339
......@@ -20,7 +20,7 @@ CFLAGS += -I../kernel -I$(LIBFD) -Wno-trigraphs -Wall -Werror -ggdb $(EXTRACFLAG
CFLAGS += -DGIT_VERSION="\"$(GIT_VERSION)\""
LDFLAGS = -L$(LIBFD)
LDLIBS = -lfdelay
LDLIBS = $(LIBFD)/libfdelay.a
CC ?= $(CROSS_COMPILE)gcc
......
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