summaryrefslogtreecommitdiff
path: root/examples/host/bare_api/Makefile
diff options
context:
space:
mode:
authorHiFiPhile <[email protected]>2024-04-28 19:44:10 +0200
committerHiFiPhile <[email protected]>2024-04-28 19:46:00 +0200
commita29852320a519c34878797a3e0d6a6a8f2e44d6e (patch)
treefbc4d64c3a3b296dd49e65e7df3892299a37c49c /examples/host/bare_api/Makefile
parentf1d3663d24f04dbb68732f8287c516abd0b7ecfb (diff)
parent1c04d5992a020aefe16ffb2acce62d84d4899395 (diff)
Merge remote-tracking branch 'upstream/master' into pr/2227
Diffstat (limited to 'examples/host/bare_api/Makefile')
-rw-r--r--examples/host/bare_api/Makefile14
1 files changed, 2 insertions, 12 deletions
diff --git a/examples/host/bare_api/Makefile b/examples/host/bare_api/Makefile
index 058307c40..0235e08c3 100644
--- a/examples/host/bare_api/Makefile
+++ b/examples/host/bare_api/Makefile
@@ -1,4 +1,4 @@
-include ../../make.mk
+include ../../build_system/make/make.mk
INC += \
src \
@@ -10,14 +10,4 @@ EXAMPLE_SOURCE += \
SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE))
-# TinyUSB Host Stack source
-SRC_C += \
- src/class/cdc/cdc_host.c \
- src/class/hid/hid_host.c \
- src/class/msc/msc_host.c \
- src/host/hub.c \
- src/host/usbh.c \
- src/portable/ohci/ohci.c \
- src/portable/nxp/lpc17_40/hcd_lpc17_40.c
-
-include ../../rules.mk
+include ../../build_system/make/rules.mk