summaryrefslogtreecommitdiff
path: root/drivers/staging/tidspbridge/Makefile
diff options
context:
space:
mode:
authorFernando Guzman Lugo <x0095840@ti.com>2010-10-05 20:35:40 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2010-10-05 22:30:58 (GMT)
commitf94378f9f9a897fc08e9d12733401ae52466e408 (patch)
treebee9a86cdae22d77b6665b77fb70fda6b5a817fe /drivers/staging/tidspbridge/Makefile
parent053fdb85f56e84bff64a65601be7f72608f016da (diff)
downloadlinux-fsl-qoriq-f94378f9f9a897fc08e9d12733401ae52466e408.tar.xz
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 e09547d..bd36651 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