update makefile path

Change-Id: Ia6b912ef6575c6d743a754a10b8844bfefdc7487
This commit is contained in:
Peter Foley 2012-10-16 18:19:59 -04:00
parent 2547e9657a
commit a70847fe89
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
module_directory=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
ifeq ($(origin SRC_ROOT),undefined)
SRC_ROOT=$(module_directory)../../..
SRC_ROOT=$(module_directory)..
endif
include $(SRC_ROOT)/solenv/gbuild/partial_build.mk