mirror of
https://github.com/torvalds/linux.git
synced 2024-10-31 17:21:49 +00:00
25ce6c35fe
Now that all users of the custom jz4740 DMA API have been converted to use the dmaengine API instead we can remove the custom API and move all the code talking to the hardware to the dmaengine driver. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Acked-by: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
19 lines
311 B
Makefile
19 lines
311 B
Makefile
#
|
|
# Makefile for the Ingenic JZ4740.
|
|
#
|
|
|
|
# Object file lists.
|
|
|
|
obj-y += prom.o irq.o time.o reset.o setup.o \
|
|
gpio.o clock.o platform.o timer.o serial.o
|
|
|
|
obj-$(CONFIG_DEBUG_FS) += clock-debugfs.o
|
|
|
|
# board specific support
|
|
|
|
obj-$(CONFIG_JZ4740_QI_LB60) += board-qi_lb60.o
|
|
|
|
# PM support
|
|
|
|
obj-$(CONFIG_PM) += pm.o
|