summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorYuval Peress <peress@google.com>2022-10-04 11:59:02 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-10-12 23:43:54 +0000
commit297c648ebcf2e62b1da7e2ad13eee4bad83c9545 (patch)
tree50e996c8db3450214cdcb2de6dfab8b036d86805 /.gitignore
parentaebccf721edad727dfa011a48eb12ff75015be79 (diff)
downloadchrome-ec-297c648ebcf2e62b1da7e2ad13eee4bad83c9545.tar.gz
test: move spi_flash_reg to its own module
Move the logic of the spi_flash_reg.c from common/ to a separate directory. Also, move the tests. Update the build.mk system to still build this in the same manner as well as CMake to use it as a library. BRANCH=none BUG=b:246839061 TEST=make BOARD=dooly TEST=zmake build hoglin TEST=./twister -T common Signed-off-by: Yuval Peress <peress@google.com> Change-Id: Icc6b4fce1619c2c6a86c040f30390b7788171a9d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3935025 Reviewed-by: Keith Short <keithshort@chromium.org> Reviewed-by: Aaron Massey <aaronmassey@google.com> Code-Coverage: Zoss <zoss-cl-coverage@prod.google.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index f5c02e557a..adbd410018 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
build/
-private*/
+/private*/
# A "local" directory for hiding scripts and artifacts from git.
local/
*~