diff options
Diffstat (limited to 'drivers/dma/pxp/Makefile')
-rw-r--r-- | drivers/dma/pxp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/dma/pxp/Makefile b/drivers/dma/pxp/Makefile new file mode 100644 index 000000000000..88e51a7fb1e2 --- /dev/null +++ b/drivers/dma/pxp/Makefile @@ -0,0 +1,2 @@ +obj-$(CONFIG_MXC_PXP) += pxp_dma.o +obj-$(CONFIG_MXC_PXP_CLIENT_DEVICE) += pxp_device.o |