commit | edc88da27e90b8e622ea9751b395448859e3d701 | [log] [tgz] |
---|---|---|
author | Nathan Knuth <nathan.knuth@cyaninc.com> | Sat Sep 17 00:28:05 2016 -0700 |
committer | Nathan Knuth <nathan.knuth@cyaninc.com> | Sat Sep 17 00:28:05 2016 -0700 |
tree | 5078a75ab0464df09c3f44c0cf9ad0398f2c5d9e | |
parent | daa1f6e70e16fe29826d781f9ee4e206268bf548 [diff] [blame] |
One step closer to goal.
diff --git a/voltha/northbound/openflow/Makefile b/voltha/northbound/openflow/Makefile index 0073d1e..e0854b1 100644 --- a/voltha/northbound/openflow/Makefile +++ b/voltha/northbound/openflow/Makefile
@@ -14,7 +14,9 @@ # limitations under the License. # -VOLTHA_BASE:=../../../. +ifeq ($(VOLTHA_BASE)_set,_set) +$(error If your getting this error, please type ". ./env.sh" at the top directory) +endif include $(VOLTHA_BASE)/setup.mk