From 32bf8ecb773e0c6da80ef06b26375742fa287704 Mon Sep 17 00:00:00 2001 From: Dino Li Date: Tue, 3 May 2016 13:35:51 +0800 Subject: board: rename it8380dev to it83xx_evb Unified board name for IT83-series. Signed-off-by: Dino Li BRANCH=none BUG=none TEST="make BOARD=it83xx_evb -j" and "make buildall -j" Change-Id: Ic96d0132fb31fcc8715d0dd810f8bd340035a640 Reviewed-on: https://chromium-review.googlesource.com/341843 Commit-Ready: Dino Li Tested-by: Dino Li Reviewed-by: Shawn N --- board/it83xx_evb/build.mk | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 board/it83xx_evb/build.mk (limited to 'board/it83xx_evb/build.mk') diff --git a/board/it83xx_evb/build.mk b/board/it83xx_evb/build.mk new file mode 100644 index 0000000000..83f36b09b1 --- /dev/null +++ b/board/it83xx_evb/build.mk @@ -0,0 +1,11 @@ +# -*- 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 ITE 8380 +CHIP:=it83xx + +board-y=board.o -- cgit v1.2.1