forked from Minki/linux
1a4bb93f79
This driver for Freescale MPC512x LocalPlus Bus FIFO (called SCLPC in the Reference Manual) allows Direct Memory Access transfers between RAM and peripheral devices on LocalPlus Bus. Signed-off-by: Alexander Popov <alex.popov@linux.com> Signed-off-by: Anatolij Gustschin <agust@denx.de>
10 lines
337 B
Makefile
10 lines
337 B
Makefile
#
|
|
# Makefile for the Freescale PowerPC 512x linux kernel.
|
|
#
|
|
obj-$(CONFIG_COMMON_CLK) += clock-commonclk.o
|
|
obj-y += mpc512x_shared.o
|
|
obj-$(CONFIG_MPC5121_ADS) += mpc5121_ads.o mpc5121_ads_cpld.o
|
|
obj-$(CONFIG_MPC512x_GENERIC) += mpc512x_generic.o
|
|
obj-$(CONFIG_MPC512x_LPBFIFO) += mpc512x_lpbfifo.o
|
|
obj-$(CONFIG_PDM360NG) += pdm360ng.o
|