From 47275a93c10ec5a77d077456c212f833436a2108 Mon Sep 17 00:00:00 2001 From: Stefan Nilsson XK Date: Wed, 2 Jun 2010 14:25:12 +0200 Subject: mach-ux500: Modem IRQ handler Adds the generic modem IRQ handler which is used to configure and retrieve IRQ:s from the modem. Used by for instance mailbox driver. ST-Ericsson ID: AP259650 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/731 Tested-by: Stefan NILSSON Reviewed-by: Jonas ABERG Signed-off-by: Mian Yousaf Kaukab Change-Id: I243f5401fdfdc909d559627d6cd477dd3f549ade Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/2399 --- arch/arm/mach-ux500/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-ux500/Makefile') diff --git a/arch/arm/mach-ux500/Makefile b/arch/arm/mach-ux500/Makefile index 77212ff2faa..e4075d1aeaf 100755 --- a/arch/arm/mach-ux500/Makefile +++ b/arch/arm/mach-ux500/Makefile @@ -26,6 +26,7 @@ obj-$(CONFIG_U8500_PM) += pm.o savecontext.o obj-$(CONFIG_SENSORS1P_MOP) += sensors1p.o obj-$(CONFIG_USB) += musb_db8500.o obj-$(CONFIG_U5500_MLOADER_HELPER) += mloader_helper.o +obj-$(CONFIG_U5500_MODEM_IRQ) += modem_irq.o ifeq ($(CONFIG_MFD_STE_CONN), m) obj-y += ste_conn_devices.o -- cgit v1.2.3