Commit c1d2c339 authored by Vaibhav Gupta's avatar Vaibhav Gupta

software: tools: Makefile: Statically link library to tools

Signed-off-by: 's avatarVaibhav Gupta <vaibhav.gupta@cern.ch>
parent 5ca24281
......@@ -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