mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-03 21:49:32 +00:00
This is to add llama board support: - new files in board/llama folder, including battery.c and led.c - new file power/mediatek.c, which is mostly based on power/tegra.c - modified flash_ec for llama board - disable tests for llama board. BRANCH=none BUG=none TEST=make BOARD=llama Change-Id: Ie1ae068c1a402f08e1449668b1be8f31105bb804 Signed-off-by: Ben Lok <ben.lok@mediatek.com> Reviewed-on: https://chromium-review.googlesource.com/243510 Reviewed-by: Rong Chang <rongchang@chromium.org> Tested-by: lok.ben ben.mtk <ben.lok.mtk@gmail.com> Commit-Queue: lok.ben ben.mtk <ben.lok.mtk@gmail.com>
14 lines
339 B
Makefile
14 lines
339 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 STmicro STM32F071RB
|
|
CHIP := stm32
|
|
CHIP_FAMILY := stm32f0
|
|
CHIP_VARIANT:= stm32f07x
|
|
|
|
board-y = board.o battery.o led.o
|