summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordrenfong.wang <drenfong.wang@intel.com>2018-12-29 02:12:55 +0000
committerdrenfong.wang <drenfong.wang@intel.com>2018-12-29 02:12:55 +0000
commitc0a6230377409eea65dae3d37f62dfc3e469fa94 (patch)
tree9df331fe51140fa0daf0790a340d945e141f1d70 /Makefile
parent50e0b9313a4849b79c8a2ddf192d59ce71a2b5b3 (diff)
add help option for makefile and classfy yang model
Change-Id: I176bdbdfed79a5fa6db840797866b2d8354778f9 Signed-off-by: drenfong.wang <drenfong.wang@intel.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4d6c522..a121719 100644
--- a/Makefile
+++ b/Makefile
@@ -65,7 +65,8 @@ help:
@echo " install-dep - install software dependencies"
@echo " checkstyle - check coding style"
@echo " fixstyle - fix coding style"
-
+ @echo " build_scvpp - build scvpp"
+ @echo " build - build plugin"
$(BR)/.deps.ok:
ifeq ($(findstring y,$(UNATTENDED)),y)
make install-dep