Skip to content
Snippets Groups Projects
Commit 1e2e3954 authored by Vaibhav Gupta's avatar Vaibhav Gupta Committed by Federico Vaga
Browse files

driver: fmc: Makefile: Correct the default value of 'REPO_PARENT'


Signed-off-by: default avatarVaibhav Gupta <vaibhav.gupta@cern.ch>
parent f29d9a23
Branches
Tags
No related merge requests found
......@@ -5,7 +5,7 @@
-include Makefile.specific
# 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
KERNELSRC ?= /lib/modules/$(shell uname -r)/build
......
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