Files
OpenCellular/util/build.mk
Vincent Palatin 2a5e284960 Add I2C host communication
Allow to use EC tool on ARM based platforms.

Signed-off-by: Vincent Palatin <vpalatin@chromium.org>

BUG=None
TEST=On Daisy, ectool version

Change-Id: If7f52de827d0bcffb39af0553245cce4e02b9b48
2012-05-24 23:34:01 +00:00

16 lines
359 B
Makefile

# -*- makefile -*-
# Copyright (c) 2011 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.
#
# Host tools build
#
host-util-bin=ectool lbplay
ifeq ($(CONFIG_LPC),y)
host-util-common=comm-lpc
else
host-util-common=comm-i2c
endif
build-util-bin=ec_uartd stm32mon