Chris Metcalf | 37b82b5 | 2012-04-04 16:39:58 -0400 | [diff] [blame] | 1 | # |
| 2 | # Makefile for the Tile-Gx device access support. |
| 3 | # |
| 4 | |
| 5 | obj-$(CONFIG_TILE_GXIO) += iorpc_globals.o kiorpc.o |
Chris Metcalf | 6369798 | 2012-04-04 16:58:27 -0400 | [diff] [blame] | 6 | obj-$(CONFIG_TILE_GXIO_DMA) += dma_queue.o |
Chris Metcalf | 4875f69 | 2012-04-06 16:38:03 -0400 | [diff] [blame] | 7 | obj-$(CONFIG_TILE_GXIO_MPIPE) += mpipe.o iorpc_mpipe.o iorpc_mpipe_info.o |
Chris Metcalf | bce5bbb | 2012-04-07 16:53:03 -0400 | [diff] [blame] | 8 | obj-$(CONFIG_TILE_GXIO_TRIO) += trio.o iorpc_trio.o |
Chris Metcalf | 6ec006e | 2013-08-12 14:09:28 -0400 | [diff] [blame] | 9 | obj-$(CONFIG_TILE_GXIO_UART) += uart.o iorpc_uart.o |
Chris Metcalf | d1cc173 | 2012-05-09 12:25:02 -0400 | [diff] [blame] | 10 | obj-$(CONFIG_TILE_GXIO_USB_HOST) += usb_host.o iorpc_usb_host.o |