Commit e1ea6eae authored by Federico Vaga's avatar Federico Vaga

bld: fix path to REPO_PARENT

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 7c456847
# include parent_common.mk for buildsystem's defines
# use absolute path for REPO_PARENT
REPO_PARENT ?= $(shell /bin/pwd)/..
REPO_PARENT ?= $(shell /bin/pwd)/../../
-include $(REPO_PARENT)/parent_common.mk
all: kernel lib tools
......
......@@ -7,7 +7,7 @@
# include parent_common.mk for buildsystem's defines
IGNORE_CPU_SUFFIX := y
REPO_PARENT ?=
REPO_PARENT ?=$(shell pwd)/../../../
-include $(REPO_PARENT)/parent_common.mk
ZIO ?= ../zio
......
......@@ -5,7 +5,7 @@
# include parent_common.mk for buildsystem's defines
IGNORE_CPU_SUFFIX := y
REPO_PARENT ?=
REPO_PARENT ?= $(shell pwd)/../../../
-include $(REPO_PARENT)/parent_common.mk
DESTDIR ?= /usr/local/
......
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