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

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