From c0a6230377409eea65dae3d37f62dfc3e469fa94 Mon Sep 17 00:00:00 2001 From: "drenfong.wang" Date: Sat, 29 Dec 2018 02:12:55 +0000 Subject: add help option for makefile and classfy yang model Change-Id: I176bdbdfed79a5fa6db840797866b2d8354778f9 Signed-off-by: drenfong.wang --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit 1.2.3-korg