summaryrefslogtreecommitdiff
path: root/examples/host/hid_to_cdc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/host/hid_to_cdc/Makefile')
-rw-r--r--examples/host/hid_to_cdc/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/examples/host/hid_to_cdc/Makefile b/examples/host/hid_to_cdc/Makefile
deleted file mode 100644
index 3fe9b0888..000000000
--- a/examples/host/hid_to_cdc/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-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))
-
-CFLAGS += -Wno-error=cast-align -Wno-error=null-dereference
-
-SRC_C += \
- src/class/hid/hid_host.c \
- src/host/hub.c \
- src/host/usbh.c
-
-include ../../rules.mk