diff options
| author | William D. Jones <[email protected]> | 2019-11-02 14:46:57 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-11-02 14:46:57 -0400 |
| commit | 130d7ea530a04d6f6683fee72ba36232dc8f5e7e (patch) | |
| tree | 78df3295de79ebb92aae14c0b55320a1f0a3b6e7 /examples/device/dfu_rt/Makefile | |
| parent | 5d585c03bdf5059c7856d5ee32a754bd3cdbdd2f (diff) | |
| parent | 1b51b78eafb1a078aa7fc8caf57d01d92b84ca0f (diff) | |
Merge pull request #1 from hathach/cr1901-msp430f5529
PR to PR for msp430 port
Diffstat (limited to 'examples/device/dfu_rt/Makefile')
| -rw-r--r-- | examples/device/dfu_rt/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/device/dfu_rt/Makefile b/examples/device/dfu_rt/Makefile new file mode 100644 index 000000000..69b633fea --- /dev/null +++ b/examples/device/dfu_rt/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 |
