From 6974d372e411c7f79611dc1afec8328b9be81be8 Mon Sep 17 00:00:00 2001 From: Par-Gunnar Hjalmdahl Date: Tue, 29 Mar 2011 13:49:18 +0200 Subject: staging: Add ST-Ericsson CG2900 driver This patch adds support for the ST-Ericsson CG2900 Connectivity Combo controller (Bluetooth, FM, GPS). Signed-off-by: Par-Gunnar Hjalmdahl Acked-by: Linus Walleij Signed-off-by: Philippe Langlais Signed-off-by: Robert Marklund --- drivers/staging/cg2900/bluetooth/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 drivers/staging/cg2900/bluetooth/Makefile (limited to 'drivers/staging/cg2900/bluetooth/Makefile') diff --git a/drivers/staging/cg2900/bluetooth/Makefile b/drivers/staging/cg2900/bluetooth/Makefile new file mode 100644 index 00000000000..936a4a257da --- /dev/null +++ b/drivers/staging/cg2900/bluetooth/Makefile @@ -0,0 +1,9 @@ +# +# Makefile for ST-Ericsson CG2900 connectivity combo controller +# + +ccflags-y := \ + -Idrivers/staging/cg2900/include + +obj-$(CONFIG_BT_CG2900) += btcg2900.o +obj-$(CONFIG_CG2900_UART) += cg2900_uart.o hci_ldisc.o -- cgit v1.2.3