diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2012-04-04 16:58:27 -0400 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2012-07-11 16:04:54 -0400 |
commit | 6369798037c0e915fc3e3844083f2aeecb924c9d (patch) | |
tree | 35e01293dc57d820fc0c89f110e52d4fad3a703d /arch/tile/gxio/Makefile | |
parent | 44e56967100f22a21abade38821018ba03d0a39f (diff) |
arch/tile: common DMA code for the GXIO IORPC subsystem
The dma_queue support is used by both the mPipe (networking)
and Trio (PCI) hardware shims on tilegx. This common code is
selected when either of those drivers is built.
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Diffstat (limited to 'arch/tile/gxio/Makefile')
-rw-r--r-- | arch/tile/gxio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/tile/gxio/Makefile b/arch/tile/gxio/Makefile index db1ee2863d8e..97ab468fb8c5 100644 --- a/arch/tile/gxio/Makefile +++ b/arch/tile/gxio/Makefile @@ -3,3 +3,4 @@ # obj-$(CONFIG_TILE_GXIO) += iorpc_globals.o kiorpc.o +obj-$(CONFIG_TILE_GXIO_DMA) += dma_queue.o |