diff options
Diffstat (limited to 'drivers/dma/amd/qdma/Makefile')
-rw-r--r-- | drivers/dma/amd/qdma/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/dma/amd/qdma/Makefile b/drivers/dma/amd/qdma/Makefile new file mode 100644 index 000000000000..011268fef377 --- /dev/null +++ b/drivers/dma/amd/qdma/Makefile @@ -0,0 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0 + +obj-$(CONFIG_AMD_QDMA) += amd-qdma.o + +amd-qdma-$(CONFIG_AMD_QDMA) := qdma.o qdma-comm-regs.o |