From 41aad246b8f96603440de30dd5b084428b6c7828 Mon Sep 17 00:00:00 2001 From: Daisuke Nojiri Date: Fri, 14 Oct 2022 14:30:33 -0700 Subject: Prism: Correct comments in bulid.mk This patch corrects comments in build.mk. There is no functionality change. BUG=None BRANCH=None TEST=None Signed-off-by: Daisuke Nojiri Change-Id: Ia1919e0d7eb0e38860759f8792f5e7fa02c0dabf Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3957857 Reviewed-by: Keith Short --- board/prism/build.mk | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/board/prism/build.mk b/board/prism/build.mk index aed193a2e9..7e37df6f7a 100644 --- a/board/prism/build.mk +++ b/board/prism/build.mk @@ -1,16 +1,13 @@ # -*- makefile -*- -# Copyright 2016 The ChromiumOS Authors +# Copyright 2022 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. -# -# Board specific files build -# the IC is STmicro STM32F072RBT6 CHIP:=stm32 CHIP_FAMILY:=stm32f0 CHIP_VARIANT:=stm32f07x -# Build tests that we care about for hammer +# Build tests that we care about for Prism. test-list-y=entropy rsa3 sha256 sha256_unrolled x25519 board-y=board.o -- cgit v1.2.1