You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
340 B
9 lines
340 B
#
|
|
# Makefile for the Tile-Gx device access support.
|
|
#
|
|
|
|
obj-$(CONFIG_TILE_GXIO) += iorpc_globals.o kiorpc.o
|
|
obj-$(CONFIG_TILE_GXIO_DMA) += dma_queue.o
|
|
obj-$(CONFIG_TILE_GXIO_MPIPE) += mpipe.o iorpc_mpipe.o iorpc_mpipe_info.o
|
|
obj-$(CONFIG_TILE_GXIO_TRIO) += trio.o iorpc_trio.o
|
|
obj-$(CONFIG_TILE_GXIO_USB_HOST) += usb_host.o iorpc_usb_host.o
|
|
|