summaryrefslogtreecommitdiff
path: root/chip/lm4/build.mk
blob: a7fb4e740b19a54453fc14771255d1bc0153a91d (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.
#
# LM4 chip specific files build
#

# CPU specific compilation flags
CFLAGS_CPU=-mcpu=cortex-m4 -mthumb -Os -mno-sched-prolog

chip-y=init.o panic.o switch.o task.o timer.o pwm.o i2c.o adc.o jtag.o
chip-y+=clock.o gpio.o system.o lpc.o uart.o power_button.o
chip-y+=flash.o watchdog.o eeprom.o temp_sensor.o hwtimer.o
chip-$(CONFIG_TASK_KEYSCAN)+=keyboard_scan.o