improve qmk documentation

This commit is contained in:
Jimmy
2020-08-24 12:33:09 +08:00
parent 772d714a20
commit 09c1fa76b0
11 changed files with 29 additions and 20 deletions

View File

@@ -30,13 +30,13 @@ subdirs=
ifneq (help,$(findstring help,$(MAKECMDGOALS)))
ifeq (, $(strip ${BP}))
$(error when compile arch/, must specify BP and BSP_LSRCS obviously , see `make help`)
$(error when compile BSP/, must specify BP obviously , see `make help`)
endif
include ${QTOP}/qmk/board-pack/bp.${BP}
ifeq (,$(strip ${BSP_LSRCS}))
$(error when compile arch/, must specify BP and BSP_LSRCS obviously , see `make help`)
$(error when compile BSP/, must specify BSP_LSRCS on your bp.${BP}, see `make help`)
endif
endif