aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/Incomplete/BluetoothHost/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-06-13 13:21:35 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-06-13 13:21:35 +0000
commit67bc62510942eb83dd9c4ab323ed09d83764bf4b (patch)
treebfb4bd1f4a4e12d00e6d212b66618f1d729acb94 /Demos/Host/Incomplete/BluetoothHost/makefile
parentb522e35965ab19206ab76f83026fb42f052a2d92 (diff)
downloadlufa-67bc62510942eb83dd9c4ab323ed09d83764bf4b.tar.gz
lufa-67bc62510942eb83dd9c4ab323ed09d83764bf4b.tar.bz2
lufa-67bc62510942eb83dd9c4ab323ed09d83764bf4b.zip
Split out the RFCOMM Control Channel command processing code into a seperate set of files for clarity.
Diffstat (limited to 'Demos/Host/Incomplete/BluetoothHost/makefile')
-rw-r--r--Demos/Host/Incomplete/BluetoothHost/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Demos/Host/Incomplete/BluetoothHost/makefile b/Demos/Host/Incomplete/BluetoothHost/makefile
index 6f448fa64..2ff587fec 100644
--- a/Demos/Host/Incomplete/BluetoothHost/makefile
+++ b/Demos/Host/Incomplete/BluetoothHost/makefile
@@ -138,6 +138,7 @@ SRC = $(TARGET).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 \