summaryrefslogtreecommitdiff
path: root/chip/host/build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'chip/host/build.mk')
-rw-r--r--chip/host/build.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/chip/host/build.mk b/chip/host/build.mk
new file mode 100644
index 0000000000..ddcbefdb0b
--- /dev/null
+++ b/chip/host/build.mk
@@ -0,0 +1,12 @@
+# -*- makefile -*-
+# Copyright (c) 2013 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.
+#
+# emulator specific files build
+#
+
+CORE:=host
+
+chip-y=system.o gpio.o uart.o
+chip-$(HAS_TASK_KEYSCAN)+=keyboard_raw.o