Commit fecaaf6c authored by Vaibhav Gupta's avatar Vaibhav Gupta

common.mk: Use TOPDIR and REPO_PARENT variables

Signed-off-by: 's avatarVaibhav Gupta <vaibhav.gupta@cern.ch>
parent b52a7929
......@@ -2,6 +2,9 @@
#
# SPDX-License-Identifier: LGPL-2.1-or-later
TOPDIR ?= $(shell pwd)
REPO_PARENT ?= $(TOPDIR)/..
HDL_DIR ?= $(TOP_DIR)/hdl
SW_DIR ?= $(TOP_DIR)/software
HDR_DIR ?= $(SW_DIR)/include
......
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