Commit 99e2be2e authored by Adam Wujek's avatar Adam Wujek 💬

tools: remove inclusion of zio in Makefile

ZIO was not used by tools, so remove it.
Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent 743578a6
......@@ -7,13 +7,10 @@
REPO_PARENT=../..
-include $(REPO_PARENT)/parent_common.mk
ZIO ?= ../zio
ZIO_ABS ?= $(abspath $(ZIO) )
# user-space tools for spec-fine-delay
M = ../kernel
DESTDIR ?= /usr/local
CFLAGS += -I$(M) -I$(ZIO_ABS)/include -Wno-trigraphs -Wall -ggdb -O2 $(EXTRACFLAGS)
CFLAGS += -I../kernel -Wno-trigraphs -Wall -ggdb -O2 $(EXTRACFLAGS)
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