X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/c58c53dba90fdc19d38f5e5d6957f2ede2a740f3..1f682ca2de8df89e3fef0077b33070cf2c85e798:/Demos/Host/Incomplete/BluetoothHost/makefile diff --git a/Demos/Host/Incomplete/BluetoothHost/makefile b/Demos/Host/Incomplete/BluetoothHost/makefile index e4b3f234c..1f2f26c93 100644 --- a/Demos/Host/Incomplete/BluetoothHost/makefile +++ b/Demos/Host/Incomplete/BluetoothHost/makefile @@ -135,6 +135,7 @@ SRC = $(TARGET).c \ Lib/BluetoothStack.c \ Lib/BluetoothHCICommands.c \ Lib/BluetoothACLPackets.c \ + Lib/ServiceDiscoveryProtocol.c \ $(LUFA_PATH)/LUFA/Drivers/Peripheral/SerialStream.c \ $(LUFA_PATH)/LUFA/Drivers/Peripheral/Serial.c \ $(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/DevChapter9.c \