diff options
Diffstat (limited to 'test/fuzz/device/cdc/Makefile')
| -rw-r--r-- | test/fuzz/device/cdc/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/fuzz/device/cdc/Makefile b/test/fuzz/device/cdc/Makefile new file mode 100644 index 000000000..7071df057 --- /dev/null +++ b/test/fuzz/device/cdc/Makefile @@ -0,0 +1,11 @@ +include ../../make.mk + +INC += \ + src \ + $(TOP)/hw \ + +# Example source +SRC_C += $(addprefix $(CURRENT_PATH)/, $(wildcard src/*.c)) +SRC_CXX += $(addprefix $(CURRENT_PATH)/, $(wildcard src/*.cc)) + +include ../../rules.mk |
