summaryrefslogtreecommitdiff
path: root/board/nucleo-h743zi/build.mk
blob: c3d098e811f8c9906d6cc60a6df87d42bfa65056 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 2019 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
#
# Board specific files build

BASEBOARD:=nucleo-h743zi

board-y=board.o

# Enable on device tests
test-list-y=\
       aes \
       compile_time_macros \
       crc32 \
       mutex \
       pingpong \
       rollback \
       rtc \
       sha256 \
       sha256_unrolled \