mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-04 14:01:54 +00:00
No need for it to be a separate file. Just moving code, no functional changes. BUG=chrome-os-partner:18343 BRANCH=none TEST=build link Change-Id: I25f84c73401929bce4ac76ebdcf6c86ad4852594 Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/48684 Reviewed-by: Bill Richardson <wfrichar@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
|