diff options
Diffstat (limited to 'examples/usbtmc/Makefile')
| -rw-r--r-- | examples/usbtmc/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/usbtmc/Makefile b/examples/usbtmc/Makefile new file mode 100644 index 0000000..69b633f --- /dev/null +++ b/examples/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 |
