Sync related Makefiles with changes to hackrf_usb/Makefile.

This commit is contained in:
Jared Boone
2013-09-20 12:09:47 -07:00
parent 9120e0b7ba
commit db432842da
2 changed files with 12 additions and 0 deletions

View File

@ -31,6 +31,12 @@ SRC = hackrf_usb.c \
../common/usb_request.c \
../common/usb_standard_request.c \
usb_descriptor.c \
usb_device.c \
usb_endpoint.c \
usb_api_board_info.c \
usb_api_cpld.c \
usb_api_register.c \
usb_api_spiflash.c \
../common/usb_queue.c \
../common/fault_handler.c \
../common/hackrf_core.c \

View File

@ -33,6 +33,12 @@ SRC = hackrf_usb.c \
../common/usb_request.c \
../common/usb_standard_request.c \
usb_descriptor.c \
usb_device.c \
usb_endpoint.c \
usb_api_board_info.c \
usb_api_cpld.c \
usb_api_register.c \
usb_api_spiflash.c \
../common/usb_queue.c \
../common/fault_handler.c \
../common/hackrf_core.c \