f8271e5756
Add initialisation and mappings for S3C2443 DMA system Signed-off-by: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
20 lines
359 B
Makefile
20 lines
359 B
Makefile
# arch/arm/mach-s3c2443/Makefile
|
|
#
|
|
# Copyright 2007 Simtec Electronics
|
|
#
|
|
# Licensed under GPLv2
|
|
|
|
obj-y :=
|
|
obj-m :=
|
|
obj-n :=
|
|
obj- :=
|
|
|
|
obj-$(CONFIG_CPU_S3C2443) += s3c2443.o
|
|
obj-$(CONFIG_CPU_S3C2443) += irq.o
|
|
obj-$(CONFIG_CPU_S3C2443) += clock.o
|
|
|
|
obj-$(CONFIG_S3C2443_DMA) += dma.o
|
|
|
|
# Machine support
|
|
|
|
obj-$(CONFIG_MACH_SMDK2443) += mach-smdk2443.o
|