mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-07 16:11:43 +00:00
This just copies the board/link stuff into board/slippy (with one formatting tweak to pass the presubmit check). It builds, but of course is useless. Customization will follow later. BUG=chrome-os-partner:18825 BRANCH=slippy TEST=manual cd src/platform/ec make BOARD=slippy Change-Id: I2ba62812d9199eec776f9da6732921c6281762ab Signed-off-by: Bill Richardson <wfrichar@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/49130 Reviewed-by: Randall Spangler <rspangler@chromium.org>
13 lines
278 B
Makefile
13 lines
278 B
Makefile
# -*- 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.
|
|
#
|
|
# Board specific files build
|
|
#
|
|
|
|
# the IC is TI Stellaris LM4
|
|
CHIP:=lm4
|
|
|
|
board-y=board.o
|