Commit a5de2ebf authored by Federico Vaga's avatar Federico Vaga

sw: do not set a default value for REPO_PARENT

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent e7d82165
......@@ -4,7 +4,6 @@
# include parent_common.mk for buildsystem's defines
# use absolute path for REPO_PARENT
REPO_PARENT ?= $(shell pwd)/../..
-include $(REPO_PARENT)/parent_common.mk
all: kernel lib tools
......
......@@ -5,7 +5,6 @@
-include Makefile.specific
# include parent_common.mk for buildsystem's defines
#use absolute path for REPO_PARENT
REPO_PARENT ?= $(shell pwd)/../../..
-include $(REPO_PARENT)/parent_common.mk
CPPCHECK ?= cppcheck
......
......@@ -11,7 +11,6 @@
# include parent_common.mk for buildsystem's defines
IGNORE_CPU_SUFFIX := y
REPO_PARENT= $(shell pwd)/../../..
-include $(REPO_PARENT)/parent_common.mk
ifdef REPO_PARENT
......
......@@ -11,7 +11,6 @@
M = $(shell /bin/pwd)/../kernel
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
......
......@@ -11,7 +11,6 @@
# include parent_common.mk for buildsystem's defines
IGNORE_CPU_SUFFIX := y
REPO_PARENT ?= $(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