summaryrefslogtreecommitdiff
path: root/board/keyborg/build.mk
blob: be53116402f29fb18ab3eb2fd64c857a110cc0a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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 touch_scan.o
board-$(CONFIG_ENCODE_SEGMENT)+=encode_segment.o
board-$(CONFIG_ENCODE_RAW)+=encode_raw.o
board-$(CONFIG_DEBUG_PRINTF)+=debug.o