d460f5b035
Samsung's Soc S5P6442 has two PL330 DMACs. First is dedicated for Memory->Memory data transfer while the second is meant for data transfer with peripherals. Define and add the peripheral PL330 DMAC as platform device on the S5P6442 platform. Signed-off-by: Jassi Brar <jassi.brar@samsung.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
19 lines
346 B
Makefile
19 lines
346 B
Makefile
# arch/arm/mach-s5p6442/Makefile
|
|
#
|
|
# Copyright (c) 2010 Samsung Electronics Co., Ltd.
|
|
# http://www.samsung.com/
|
|
#
|
|
# Licensed under GPLv2
|
|
|
|
obj-y :=
|
|
obj-m :=
|
|
obj-n :=
|
|
obj- :=
|
|
|
|
# Core support for S5P6442 system
|
|
|
|
obj-$(CONFIG_CPU_S5P6442) += cpu.o init.o clock.o dma.o
|
|
|
|
# machine support
|
|
|
|
obj-$(CONFIG_MACH_SMDK6442) += mach-smdk6442.o
|