mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-04 22:11:41 +00:00
Clone of Peppy with only string changes BUG=chrome-os-partner:31285 TEST=emerge-auron chromeos-ec BRANCH=none Change-Id: I1f7288e44cdc5ff1caa41de5ee299dbfa3411fa1 Signed-off-by: Mohammed Habibulla <moch@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/212971 Reviewed-by: Bernie Thompson <bhthompson@chromium.org> Reviewed-by: Randall Spangler <rspangler@chromium.org>
13 lines
294 B
Makefile
13 lines
294 B
Makefile
# -*- makefile -*-
|
|
# Copyright (c) 2014 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.
|
|
#
|
|
# Board specific files build
|
|
#
|
|
|
|
# the IC is TI Stellaris LM4
|
|
CHIP:=lm4
|
|
|
|
board-y=board.o battery.o led.o
|