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

# the IC is STmicro STM32F412
CHIP:=stm32
CHIP_FAMILY:=stm32f4
CHIP_VARIANT:=stm32f412

board-y=board.o fpsensor_detect.o

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