summaryrefslogtreecommitdiff
path: root/board/gingerbread/build.mk
blob: d7ca7b35b5d6118dc4d79ef1ffc0ac782ef67010 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# -*- makefile -*-
# Copyright 2020 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
#

CHIP:=stm32
# TODO(b/148493929): The chip family for honeybuns is STM32G4. The chip
# variant is STM32G431x. Support for this chip is not yet in the Cros EC
# codebase. Currently, using a variant of the F family so the project will
# build properly.
CHIP_FAMILY:=stm32g4
CHIP_VARIANT:=stm32g473xc
BASEBOARD:=honeybuns

board-y=board.o