diff options
| author | hathach <[email protected]> | 2019-11-02 23:29:35 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-11-02 23:29:35 +0700 |
| commit | a0cffdc843ca21cf4fa02c2eccdf6a708708a8f6 (patch) | |
| tree | a9b3de09659634e29ca3ecfaa5452271e9e7453a /examples/device/dfu_rt/Makefile | |
| parent | 51a834f0ae58ba68b390b2e83d28303689759f50 (diff) | |
| parent | 164d0db8256fda66ade079a874ad9d3fbef500f3 (diff) | |
Merge branch 'pigrew-ZLP_Request2' into cr1901-msp430f5529
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 |
