This patch adds a new parent Makefile that will be called
by the jenkins job once the smsquorum code also comes under
this GOPATH
Issue-ID: AAF-213
Change-Id: I50d5f72b91455c501505130fbbf41ba245f1800a
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
--- /dev/null
+build:
+       $(MAKE) -C sms build
+
+deploy:
+       $(MAKE) -C sms deploy
\ No newline at end of file
 
-GOPATH := $(shell realpath "$(PWD)/../../")
+GOPATH := $(shell realpath "$(CURDIR)/../../")
 BINARY := sms
 PLATFORM := linux
 DEPENDENCIES := github.com/golang/dep/cmd/dep