commit | 90efcf1168108471c7b73185b3ab8b5624ded41d | [log] [tgz] |
---|---|---|
author | Doyoung Lee <doyoung@opennetworking.org> | Sat Sep 07 13:18:35 2019 -0700 |
committer | Doyoung Lee <doyoung@opennetworking.org> | Sat Sep 07 13:18:49 2019 -0700 |
tree | 01cbe8d77719dfb2e6e9ad7db7b696ff27349075 | |
parent | e2200e4627ef814ca582e2c77b82d2cad842a05c [diff] [blame] |
Enable to deploy COMAC-Platform in CiaB Change-Id: I3d1b8320e674cf36c40618b0719637be8f53da1a
diff --git a/comac-in-a-box/Makefile b/comac-in-a-box/Makefile index b3060ba..9d45837 100644 --- a/comac-in-a-box/Makefile +++ b/comac-in-a-box/Makefile
@@ -29,7 +29,7 @@ os_vendor := $(shell lsb_release -i -s) os_release := $(shell lsb_release -r -s) -ciab: $(M)/system-check $(M)/omec $(M)/oaisim +ciab: $(M)/system-check $(M)/omec $(M)/oaisim $(M)/comac-platform .PHONY: ciab test reset-test clean