forked from Minki/linux
285f4930f2
Add support for SMDK2443 to arch/arm/mach-s3c2443 Signed-off-by: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
19 lines
323 B
Makefile
19 lines
323 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
|
|
|
|
# Machine support
|
|
|
|
obj-$(CONFIG_MACH_SMDK2443) += mach-smdk2443.o
|