Commit cc9cb305 authored by Vaibhav Gupta's avatar Vaibhav Gupta Committed by Federico Vaga

software: Makefile: Use 'TOPDIR' and 'REPO_PARENT' variables

Some drivers make use of 'REPO_PARENT' and 'TOPDIR' variables and some
not. Thus to keep the code uniform, use the variables for this driver too.
Signed-off-by: 's avatarVaibhav Gupta <vaibhav.gupta@cern.ch>
parent e34fe9e2
# SPDX-FileCopyrightText: 2020 CERN (home.cern)
#
# SPDX-License-Identifier: CC0-1.0
TOPDIR = $(shell pwd)/..
REPO_PARENT ?= $(TOPDIR)/..
-include Makefile.specific
-include $(REPO_PARENT)/parent_common.mk
......
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