From ea9913e368cabf00666a691eecb0fa61badd9da2 Mon Sep 17 00:00:00 2001 From: Scott Collyer Date: Thu, 6 Dec 2018 11:46:50 -0800 Subject: hatch: Initial skeleton for hatch This CL adds hatch in /board and /baseboard. Only some GPIO signals, flash configuration, and I2C port map/pins required for NPCX to successfully build have been included. BRANCH=none BUG=b:122251649 TEST=make buildall Change-Id: Ief19223473f31b1f3a55e1466cc47d7cfeef8060 Signed-off-by: Scott Collyer Reviewed-on: https://chromium-review.googlesource.com/1377569 Commit-Ready: Scott Collyer Tested-by: Scott Collyer Reviewed-by: Aseda Aboagye Reviewed-by: Daisuke Nojiri --- baseboard/hatch/build.mk | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 baseboard/hatch/build.mk (limited to 'baseboard/hatch/build.mk') diff --git a/baseboard/hatch/build.mk b/baseboard/hatch/build.mk new file mode 100644 index 0000000000..f7abf9f78c --- /dev/null +++ b/baseboard/hatch/build.mk @@ -0,0 +1,9 @@ +# -*- makefile -*- +# Copyright 2019 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. +# +# Hatch baseboard specific files build +# + +baseboard-y=baseboard.o -- cgit v1.2.1