mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-10 09:31:51 +00:00
Jerry is being used for FAFT in the lab. Remove Pinky instead.
This reverts part of commit bdc680d8ed.
BUG=chromium:511324
TEST=make buildall -j
BRANCH=none
Change-Id: I034a814ffe3397728e443f99ed270d412be1bc1d
Signed-off-by: Myles Watson <mylesgw@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/288236
Reviewed-by: Dan Shi <dshi@chromium.org>
Reviewed-by: Wai-Hong Tam <waihong@chromium.org>
14 lines
336 B
Makefile
14 lines
336 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 STmicro STM32F071RB
|
|
CHIP:=stm32
|
|
CHIP_FAMILY:=stm32f0
|
|
CHIP_VARIANT:=stm32f07x
|
|
|
|
board-y=board.o battery.o
|