summaryrefslogtreecommitdiff
path: root/chip/lm4/build.mk
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2012-01-10 14:09:02 -0800
committerRandall Spangler <rspangler@chromium.org>2012-01-10 14:14:59 -0800
commit39f86d2fad567661d64716d9e6e815802835ccaa (patch)
treedfc253556afea85e85155a4fc6da756603da8b6d /chip/lm4/build.mk
parent55ffdb465b7cdfb19380c681ae4542d4022a6aa2 (diff)
downloadchrome-ec-39f86d2fad567661d64716d9e6e815802835ccaa.tar.gz
Split power button code into its own file
Signed-off-by: Randall Spangler <rspangler@chromium.org> BUG=chrome-os-partner:7499 TEST=press and release power button; should see debug messages Change-Id: I8909ae4643afc98753edb690771618ad43135e3e
Diffstat (limited to 'chip/lm4/build.mk')
-rw-r--r--chip/lm4/build.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/chip/lm4/build.mk b/chip/lm4/build.mk
index 49356d2959..28f7c4da2f 100644
--- a/chip/lm4/build.mk
+++ b/chip/lm4/build.mk
@@ -1,3 +1,6 @@
+# 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
#
@@ -6,5 +9,5 @@
CFLAGS_CPU=-mcpu=cortex-m4 -mthumb -Os -mno-sched-prolog
chip-objs=init.o panic.o switch.o task.o timer.o pwm.o i2c.o adc.o
-chip-objs+=clock.o gpio.o system.o lpc.o uart.o x86_power.o
+chip-objs+=clock.o gpio.o system.o lpc.o uart.o x86_power.o power_button.o
chip-objs+=flash.o watchdog.o eeprom.o keyboard_scan.o temp_sensor.o