diff options
| author | Nathan Conrad <[email protected]> | 2019-09-14 12:13:11 -0400 |
|---|---|---|
| committer | Nathan Conrad <[email protected]> | 2019-09-14 13:35:08 -0400 |
| commit | 1cae96951f59e7549ff1a2d5643cda66784c22a1 (patch) | |
| tree | 501556a1f3915c88c2019d06a8b455dee13a9fc6 /examples/device/usbtmc/Makefile | |
| parent | ac8c343fef785c9aa19ba628f746e72774b9e8c8 (diff) | |
Add usbtmc class driver.
Diffstat (limited to 'examples/device/usbtmc/Makefile')
| -rw-r--r-- | examples/device/usbtmc/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/device/usbtmc/Makefile b/examples/device/usbtmc/Makefile new file mode 100644 index 000000000..69b633fea --- /dev/null +++ b/examples/device/usbtmc/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 |
