From 39a5c822a2a2e798e2e39ff8a98b7af84253026c Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Sat, 28 Aug 2021 12:50:18 -0400 Subject: add tinyusb --- tinyusb/examples/device/dfu_runtime/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 tinyusb/examples/device/dfu_runtime/Makefile (limited to 'tinyusb/examples/device/dfu_runtime/Makefile') diff --git a/tinyusb/examples/device/dfu_runtime/Makefile b/tinyusb/examples/device/dfu_runtime/Makefile new file mode 100755 index 00000000..69b633fe --- /dev/null +++ b/tinyusb/examples/device/dfu_runtime/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 -- cgit v1.2.3