From 1c420251523100219d153a3ba2663a93d0236b8c Mon Sep 17 00:00:00 2001 From: Nicolas Dechesne Date: Wed, 6 Feb 2019 00:44:51 +0100 Subject: [PATCH] Makefile: fixes board name for google,kevin Fixes c5d93c41f893 (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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d2c4d64..e378b90 100644 --- a/Makefile +++ b/Makefile @@ -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 \