Commit 48f32c50 authored by Vaibhav Gupta's avatar Vaibhav Gupta

software: oldtools: Makefile: Correct the default path of zio

Signed-off-by: 's avatarVaibhav Gupta <vaibhav.gupta@cern.ch>
parent e4b5dfb5
......@@ -7,7 +7,10 @@
M = $(shell /bin/pwd)/../kernel
HOST_EXTRACFLAGS += -I$(M) -I../lib -I../zio/include -Wno-trigraphs -Wall -ggdb
REPO_PARENT ?= $(shell pwd)/../../..
ZIO_ABS_PATH ?= $(REPO_PARENT)/zio
HOST_EXTRACFLAGS += -I$(M) -I../lib -I$(ZIO_ABS_PATH)/include -Wno-trigraphs -Wall -ggdb
HOSTCC ?= 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