[stm32f2] fix missing USB symbols

This commit is contained in:
Pavol Rusnak 2013-06-26 19:56:00 +02:00 committed by Karl Palsson
parent 5dca8c7973
commit dbb65d9f5b
1 changed files with 3 additions and 0 deletions

View File

@ -43,6 +43,9 @@ OBJS += crc_common_all.o dac_common_all.o dma_common_f24.o \
flash_common_f234.o flash_common_f24.o hash_common_f24.o \
crypto_common_f24.o exti_common_all.o
OBJS += usb.o usb_standard.o usb_control.o usb_fx07_common.o \
usb_f107.o usb_f207.o
VPATH += ../../usb:../:../../cm3:../common
include ../../Makefile.include