stm32: Added the new USB implementation objects to the build systems for the lineup

This commit is contained in:
dragonmux
2022-08-18 09:57:21 +01:00
committed by Piotr Esden-Tempski
parent de48ffd543
commit bf9094d46c
9 changed files with 11 additions and 10 deletions

View File

@@ -55,11 +55,10 @@ OBJS += timer_common_all.o timer_common_f0234.o
OBJS += usart_common_all.o usart_common_v2.o
OBJS += usb.o usb_control.o usb_standard.o usb_msc.o
OBJS += usb_hid.o
OBJS += usb_hid.o usb_bos.o usb_microsoft.o
OBJS += usb_audio.o usb_cdc.o usb_midi.o
OBJS += st_usbfs_core.o st_usbfs_v2.o
VPATH += ../../usb:../:../../cm3:../common
include ../../Makefile.include