mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-22 20:23:57 +08:00
9a7b8e002e
This patch extracts code from shdma.c, that does not directly deal with hardware implementation details and can be re-used with diverse DMA controller variants, found on SH-based SoCs. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Cc: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
3 lines
71 B
Makefile
3 lines
71 B
Makefile
obj-$(CONFIG_SH_DMAE) += shdma-base.o
|
|
obj-$(CONFIG_SH_DMAE) += shdma.o
|