Comment tweak after board change

This commit is contained in:
Scott Shawcroft 2018-07-02 14:51:06 -07:00 committed by GitHub
parent b91202969a
commit bf00cde37d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,7 @@
PYTHON2 ?= $(which python2 || which python2.7)
PYTHON3 ?= python3
# Select the board to build for: if not given on the command line,
# then default to PYBV10.
# Select the board to build for.
ifeq ($(BOARD),)
$(error You must provide a BOARD parameter)
else