1f26a8a0fd
A&W6410 board uses Samsung S3C6410 SoC and it is registered with 2183. Framebuffer and ethernet devices are supported currently. Unnecessary header file is removed. Fix to use __raw_writel() and __raw_readl() for accessing mapped address. Thank you for your comments. Signed-off-by: Kwangwoo Lee <kwangwoo.lee@gmail.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
28 lines
480 B
Makefile
28 lines
480 B
Makefile
# arch/arm/plat-s3c6410/Makefile
|
|
#
|
|
# Copyright 2008 Openmoko, Inc.
|
|
# Copyright 2008 Simtec Electronics
|
|
#
|
|
# Licensed under GPLv2
|
|
|
|
obj-y :=
|
|
obj-m :=
|
|
obj-n :=
|
|
obj- :=
|
|
|
|
# Core support for S3C6410 system
|
|
|
|
obj-$(CONFIG_CPU_S3C6410) += cpu.o
|
|
|
|
# Helper and device support
|
|
|
|
obj-$(CONFIG_S3C6410_SETUP_SDHCI) += setup-sdhci.o
|
|
|
|
# machine support
|
|
|
|
obj-$(CONFIG_MACH_ANW6410) += mach-anw6410.o
|
|
obj-$(CONFIG_MACH_SMDK6410) += mach-smdk6410.o
|
|
obj-$(CONFIG_MACH_NCP) += mach-ncp.o
|
|
|
|
|