summaryrefslogtreecommitdiff
path: root/drivers/modem/Makefile
diff options
context:
space:
mode:
authorKumar Sanghvi <kumar.sanghvi@stericsson.com>2011-05-16 20:56:25 +0530
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 11:07:11 +0200
commit2a418882e47a84ff7b8bcd0204e848db7035aefb (patch)
tree13599eca9f3a67e2529b70c80713f329761a07ef /drivers/modem/Makefile
parent13e73ab3ca41a236ff8574a1f113e5f8ba60c022 (diff)
drivers: Add Modem Access Framework
Adds Modem Access Framework, which allows for registering platform specific modem access mechanisms. The framework also exposes APIs for client drivers for getting and releasing access to modem, regardless of the underlying platform specific access mechanism. ST-Ericsson ID: CR329459 Change-Id: I643c56892e4423ec27467cbcfe8a22586c1e3f6a Signed-off-by: Kumar Sanghvi <kumar.sanghvi@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/23553 Reviewed-by: QATEST Reviewed-by: Srinidhi KASAGAR <srinidhi.kasagar@stericsson.com>
Diffstat (limited to 'drivers/modem/Makefile')
-rw-r--r--drivers/modem/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/modem/Makefile b/drivers/modem/Makefile
new file mode 100644
index 00000000000..0526714bebd
--- /dev/null
+++ b/drivers/modem/Makefile
@@ -0,0 +1,2 @@
+obj-$(CONFIG_MODEM) := modem_access.o
+