Commit 360076a1 authored by Adam Wujek's avatar Adam Wujek 💬

tools: remove dependency towards zio

Tools don't use directly zio. But the libfdelay use it.
Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent b028731f
......@@ -9,14 +9,11 @@
REPO_PARENT=../..
-include $(REPO_PARENT)/fmc_common.mk
ZIO ?= ../zio
ZIO_ABS ?= $(abspath $(ZIO) )
M = $(shell /bin/pwd)/../kernel
DESTDIR ?= /usr/local
CFLAGS += -I$(M) -I../lib -I$(ZIO_ABS)/include -Wno-trigraphs -Wall -ggdb $(EXTRACFLAGS)
CFLAGS += -I$(M) -I../lib -Wno-trigraphs -Wall -ggdb $(EXTRACFLAGS)
LDFLAGS = -L../lib
LDLIBS = -lfdelay
......
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