mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-08 16:41:55 +00:00
BUG=none TEST=Device boots to UI. BRANCH=none Change-Id: I2b2cc471b096f8f6d2b2a6af4a634f05fcc3b989 Signed-off-by: Kevin K Wong <kevin.k.wong@intel.com> Signed-off-by: Divya Jyothi <divya.jyothi@intel.com> Signed-off-by: Vijay Hiremath <vijay.p.hiremath@intel.com> Reviewed-on: https://chromium-review.googlesource.com/270775 Reviewed-by: Shawn N <shawnn@chromium.org>
15 lines
389 B
Makefile
15 lines
389 B
Makefile
# -*- makefile -*-
|
|
# Copyright 2015 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 SMSC MEC1322 / external SPI is 512KB / external clock is crystal
|
|
CHIP:=mec1322
|
|
CHIP_SPI_SIZE_KB:=512
|
|
|
|
board-y=board.o
|
|
board-$(CONFIG_BATTERY_SMART)+=battery.o
|