Makefile: fixes board name for google,kevin

Fixes c5d93c41f8 (boards: Add Samsung Chromebook Plus test script),
which wouldn't compile.

make: *** No rule to make target 'boards/google,kevin', needed by '/tmp/bin/google,kevin'.  Stop.

Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
This commit is contained in:
Nicolas Dechesne
2019-02-06 00:44:51 +01:00
committed by Bjorn Andersson
parent c5d93c41f8
commit 1c42025152

View File

@@ -16,7 +16,7 @@ HELPERS := assert_device_present \
state_check
BOARDS := arrow,apq8096-db820c \
google,kevin \
google,rk3399-kevin \
qcom,apq8016-sbc \
qcom,msm8998-mtp \
qcom,sdm845-mtp \