summaryrefslogtreecommitdiff
path: root/fuzz/build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'fuzz/build.mk')
-rw-r--r--fuzz/build.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/fuzz/build.mk b/fuzz/build.mk
index cf2ca5412e..d9788d91e0 100644
--- a/fuzz/build.mk
+++ b/fuzz/build.mk
@@ -6,7 +6,7 @@
# fuzzer binaries
#
-fuzz-test-list-host = cr50_fuzz host_command_fuzz
+fuzz-test-list-host = cr50_fuzz host_command_fuzz usb_pd_fuzz
# For fuzzing targets libec.a is built from the ro objects and hides functions
# that collide with stdlib. The rw only objects are then linked against libec.a
@@ -22,6 +22,7 @@ fuzz-test-list-host = cr50_fuzz host_command_fuzz
# Otherwise use <obj_name>-y
cr50_fuzz-rw = cr50_fuzz.o pinweaver_model.o mem_hash_tree.o
host_command_fuzz-y = host_command_fuzz.o
+usb_pd_fuzz-y = usb_pd_fuzz.o
CR50_PROTO_HEADERS := $(out)/gen/fuzz/cr50_fuzz.pb.h \
$(out)/gen/fuzz/pinweaver/pinweaver.pb.h