summaryrefslogtreecommitdiff
path: root/chip/stm32l/build.mk
blob: 884528b52d5b752a6695c583c5ce926e11cbd783 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright (c) 2012 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.
#
# STM32L chip specific files build
#

# STM32L15xx SoC family has a Cortex-M3 ARM core
CORE:=cortex-m

chip-y=uart.o clock.o hwtimer.o system.o gpio.o
chip-y+=jtag.o stubs.o
chip-$(CONFIG_TASK_WATCHDOG)+=watchdog.o
chip-$(CONFIG_TASK_KEYSCAN)+=keyboard_scan.o