From 24a0b31732d00fe24f288ad7d7900ab5ee2b40f6 Mon Sep 17 00:00:00 2001 From: Myles Watson Date: Fri, 24 Jul 2015 08:43:00 -0700 Subject: Jerry: Revert "Remove obsolete EC targets" Jerry is being used for FAFT in the lab. Remove Pinky instead. This reverts part of commit bdc680d8ed7ea24cdfb1b5498f73a1008c71ad37. BUG=chromium:511324 TEST=make buildall -j BRANCH=none Change-Id: I034a814ffe3397728e443f99ed270d412be1bc1d Signed-off-by: Myles Watson Reviewed-on: https://chromium-review.googlesource.com/288236 Reviewed-by: Dan Shi Reviewed-by: Wai-Hong Tam --- board/jerry/build.mk | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 board/jerry/build.mk (limited to 'board/jerry/build.mk') diff --git a/board/jerry/build.mk b/board/jerry/build.mk new file mode 100644 index 0000000000..e9b9999094 --- /dev/null +++ b/board/jerry/build.mk @@ -0,0 +1,13 @@ +# -*- 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 -- cgit v1.2.1