summaryrefslogtreecommitdiffstats
path: root/tinyusb/examples/device/hid_boot_interface/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tinyusb/examples/device/hid_boot_interface/Makefile')
-rwxr-xr-xtinyusb/examples/device/hid_boot_interface/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/tinyusb/examples/device/hid_boot_interface/Makefile b/tinyusb/examples/device/hid_boot_interface/Makefile
deleted file mode 100755
index 138c2784..00000000
--- a/tinyusb/examples/device/hid_boot_interface/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-include ../../../tools/top.mk
-include ../../make.mk
-
-INC += \
- src \
- $(TOP)/hw \
-
-# Example source
-EXAMPLE_SOURCE += \
- src/main.c \
- src/usb_descriptors.c
-
-SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE))
-
-include ../../rules.mk