summaryrefslogtreecommitdiff
path: root/chip/host/build.mk
blob: 56b091b8cff8d96e9ce696d48cd8c9e0472cb600 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# -*- 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 persistence.o flash.o lpc.o reboot.o i2c.o \
	clock.o
chip-$(HAS_TASK_KEYSCAN)+=keyboard_raw.o