X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/f13bc35a199f3840aaaabecf5f8616f20da7c262..3125fd5f4fe79b6acc89aea9f51b159db2dfd3ff:/Demos/Host/Incomplete/BluetoothHost/makefile?ds=inline diff --git a/Demos/Host/Incomplete/BluetoothHost/makefile b/Demos/Host/Incomplete/BluetoothHost/makefile index ab535f906..2ff587fec 100644 --- a/Demos/Host/Incomplete/BluetoothHost/makefile +++ b/Demos/Host/Incomplete/BluetoothHost/makefile @@ -135,7 +135,10 @@ SRC = $(TARGET).c \ Lib/BluetoothStack.c \ Lib/BluetoothHCICommands.c \ Lib/BluetoothACLPackets.c \ - Lib/ServiceDiscoveryProtocol.c \ + Lib/SDP.c \ + Lib/SDPServices.c \ + Lib/RFCOMM.c \ + Lib/RFCOMMControl.c \ $(LUFA_PATH)/LUFA/Drivers/Peripheral/SerialStream.c \ $(LUFA_PATH)/LUFA/Drivers/Peripheral/Serial.c \ $(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/DevChapter9.c \