summaryrefslogtreecommitdiff
path: root/extra/i2c_pseudo/Makefile
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-01-05 16:29:22 -0800
committerCommit Bot <commit-bot@chromium.org>2021-01-06 23:06:35 +0000
commit00c8e47fbb3877aeaf42d95b655eac7158e6f835 (patch)
tree41308539f37fc866189ebd31a3522bdad85579c2 /extra/i2c_pseudo/Makefile
parent88b0316d684b31ef7983d2bc06f7e1b919112779 (diff)
downloadchrome-ec-00c8e47fbb3877aeaf42d95b655eac7158e6f835.tar.gz
coil: remove extra/i2c_pseudo
This code uses coil terms we're removing, but we don't use it in platform/cr50. Remove the code instead of replacing the terms. BUG=b:175244613 TEST=make buildall -j Change-Id: I693aedf027738bc178dfffda0f005735eec12f4c Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2613447 Reviewed-by: Namyoon Woo <namyoon@chromium.org>
Diffstat (limited to 'extra/i2c_pseudo/Makefile')
-rw-r--r--extra/i2c_pseudo/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/extra/i2c_pseudo/Makefile b/extra/i2c_pseudo/Makefile
deleted file mode 100644
index c8dcb1e3b4..0000000000
--- a/extra/i2c_pseudo/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-obj-m := i2c-pseudo.o
-
-.PHONY: all
-
-all: modules
-
-.DEFAULT:
- $(MAKE) -C /lib/modules/$(shell uname -r)/build \
- M=$(shell pwd) \
- $(MAKECMDGOALS)