summaryrefslogtreecommitdiff
path: root/board/nocturne_fp/build.mk
blob: 9c053ec31bcae201e53f92799a2c728ffd4333ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 2017 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

# the IC is STmicro STM32H743
CHIP:=stm32
CHIP_FAMILY:=stm32h7
CHIP_VARIANT:=stm32h7x3

board-rw=ro_workarounds.o
board-y=board.o fpsensor_detect.o

test-list-y=\
       aes \
       compile_time_macros \
       crc32 \
       mutex \
       pingpong \
       rollback \
       rtc \
       sha256 \
       sha256_unrolled \
       stm32f_rtc \