Skip to content

Commit

Permalink
Update makefile for tinyusb 0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Ultrawipf committed Nov 19, 2024
1 parent 5f23403 commit c14215b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Firmware/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,10 @@ C_SOURCES += $(wildcard FFBoard/USB/common/*.c)
C_SOURCES += $(wildcard FFBoard/USB/device/*.c)
C_SOURCES += $(wildcard FFBoard/USB/host/*.c)
C_SOURCES += $(wildcard FFBoard/USB/portable/st/stm32_fsdev/*.c)
C_SOURCES += $(wildcard FFBoard/USB/portable/st/synopsys/*.c)
C_SOURCES += $(wildcard FFBoard/USB/portable/portable/synopsys/dwc2/*.c)
C_SOURCES += $(wildcard FFBoard/USB/portable/portable/template/*.c)
C_SOURCES += $(wildcard FFBoard/USB/portable/portable/ehci/*.c)
C_SOURCES += $(wildcard FFBoard/USB/portable/portable/ohci/*.c)
C_SOURCES += $(wildcard FFBoard/UserExtensions/Src/*.c)

CPP_SOURCES = $(wildcard FFBoard/Src/*.cpp)
Expand Down

0 comments on commit c14215b

Please sign in to comment.