diff options
| author | Jeremiah McCarthy <[email protected]> | 2021-05-05 17:42:38 -0400 |
|---|---|---|
| committer | Jeremiah McCarthy <[email protected]> | 2021-05-05 17:42:38 -0400 |
| commit | dab1ed6b327a41976a2d4968d80747ac35fde113 (patch) | |
| tree | 27ded090d08ab5568df3e595f8ce46a7b8648d3e /examples/device/dfu/Makefile | |
| parent | f830800d00520ed2a91d9095e77738f4558324b2 (diff) | |
Add example to be tested
Update API description.
Diffstat (limited to 'examples/device/dfu/Makefile')
| -rw-r--r-- | examples/device/dfu/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/device/dfu/Makefile b/examples/device/dfu/Makefile new file mode 100644 index 000000000..69b633fea --- /dev/null +++ b/examples/device/dfu/Makefile @@ -0,0 +1,12 @@ +include ../../../tools/top.mk +include ../../make.mk + +INC += \ + src \ + $(TOP)/hw \ + +# Example source +EXAMPLE_SOURCE += $(wildcard src/*.c) +SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE)) + +include ../../rules.mk |
