summaryrefslogtreecommitdiff
path: root/board/keyborg/build.mk
blob: c0ee425972a3c09d7ba31fb06ac967f49923a729 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright (c) 2014 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 STM32TS60
CHIP:=stm32
CHIP_FAMILY:=stm32f
CHIP_VARIANT:=stm32ts60

board-y=board.o hardware.o runtime.o master_slave.o spi_comm.o
board-$(CONFIG_DEBUG_PRINTF)+=debug.o