Commit 7624ac14 authored by Vaibhav Gupta's avatar Vaibhav Gupta Committed by Federico Vaga

software: kernel: Makefile: remove extra '\' from paths

Signed-off-by: 's avatarVaibhav Gupta <vaibhav.gupta@cern.ch>
parent f9f204e5
......@@ -5,8 +5,8 @@
-include Makefile.specific
# include parent_common.mk for buildsystem's defines
#use absolute path for REPO_PARENT
TOPDIR ?= $(shell /bin/pwd)/../../
REPO_PARENT ?= $(TOPDIR)/../
TOPDIR ?= $(shell /bin/pwd)/../..
REPO_PARENT ?= $(TOPDIR)/..
-include $(REPO_PARENT)/parent_common.mk
TDC_HDL := $(TOPDIR)/hdl
......
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