aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/tidspbridge/Makefile
diff options
context:
space:
mode:
authorGravatar Fernando Guzman Lugo <x0095840@ti.com> 2010-10-05 15:35:40 -0500
committerGravatar Greg Kroah-Hartman <gregkh@suse.de> 2010-10-05 15:30:58 -0700
commitf94378f9f9a897fc08e9d12733401ae52466e408 (patch)
treebee9a86cdae22d77b6665b77fb70fda6b5a817fe /drivers/staging/tidspbridge/Makefile
parentstaging: tidspbridge - remove hw directory (diff)
downloadlinux-f94378f9f9a897fc08e9d12733401ae52466e408.tar.gz
linux-f94378f9f9a897fc08e9d12733401ae52466e408.tar.bz2
linux-f94378f9f9a897fc08e9d12733401ae52466e408.zip
staging: tidspbridge - move all iommu related code to a new file
Create dsp-mmu module and moves all the iommu code related to this module. Signed-off-by: Fernando Guzman Lugo <x0095840@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/tidspbridge/Makefile')
-rw-r--r--drivers/staging/tidspbridge/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/tidspbridge/Makefile b/drivers/staging/tidspbridge/Makefile
index e09547d23fd3..bd36651d719b 100644
--- a/drivers/staging/tidspbridge/Makefile
+++ b/drivers/staging/tidspbridge/Makefile
@@ -2,7 +2,7 @@ obj-$(CONFIG_TIDSPBRIDGE) += bridgedriver.o
libgen = gen/gb.o gen/gs.o gen/gh.o gen/uuidutil.o
libcore = core/chnl_sm.o core/msg_sm.o core/io_sm.o core/tiomap3430.o \
- core/tiomap3430_pwr.o core/tiomap_io.o \
+ core/tiomap3430_pwr.o core/tiomap_io.o core/dsp-mmu.o \
core/ue_deh.o core/wdt.o core/dsp-clock.o core/sync.o
libpmgr = pmgr/chnl.o pmgr/io.o pmgr/msg.o pmgr/cod.o pmgr/dev.o pmgr/dspapi.o \
pmgr/dmm.o pmgr/cmm.o pmgr/dbll.o