Rename the incomplete Bluetooth Host demo's ServiceDiscoveryProtocol.c/.h files to...
[pub/lufa.git] / Demos / Host / Incomplete / BluetoothHost / makefile
index 8e3c55a..6f448fa 100644 (file)
@@ -135,7 +135,7 @@ SRC = $(TARGET).c                                                 \
          Lib/BluetoothStack.c                                        \
          Lib/BluetoothHCICommands.c                                  \
          Lib/BluetoothACLPackets.c                                   \
-         Lib/ServiceDiscoveryProtocol.c                              \
+         Lib/SDP.c                                                   \
          Lib/SDPServices.c                                           \
          Lib/RFCOMM.c                                                \
          $(LUFA_PATH)/LUFA/Drivers/Peripheral/SerialStream.c         \