summaryrefslogtreecommitdiff
path: root/chip/g/build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'chip/g/build.mk')
-rw-r--r--chip/g/build.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/chip/g/build.mk b/chip/g/build.mk
index c2a5bd360c..b874151d53 100644
--- a/chip/g/build.mk
+++ b/chip/g/build.mk
@@ -117,6 +117,9 @@ endif
$(out)/RO/ec.RO.flat: $(out)/util/signer
$(out)/RW/ec.RW.flat: $(out)/util/signer
+# Do not build any test on chip/g
+test-list-y=
+
%.hex: %.flat
ifneq ($(CONFIG_RW_B),)