diff options
author | Yauhen Kharuzhy <jekhor@gmail.com> | 2009-08-19 13:31:07 (GMT) |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-10 02:44:40 (GMT) |
commit | d24131470f3def698683144cf1e81ee0f4f9c0b8 (patch) | |
tree | 9405502372768f10e4597426d6e4c6b64d1a72e4 /arch/arm/mach-s3c2416/Makefile | |
parent | f1290a49c5496521360a3e40d8bc766aceee65e5 (diff) | |
download | linux-d24131470f3def698683144cf1e81ee0f4f9c0b8.tar.xz |
ARM: S3C2416: Add initial support of SMDK2416
Add support of SMDK2416 development board.
Signed-off-by: Yauhen Kharuzhy <jekhor@gmail.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c2416/Makefile')
-rw-r--r-- | arch/arm/mach-s3c2416/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2416/Makefile b/arch/arm/mach-s3c2416/Makefile index 34bb70d..9183e81 100644 --- a/arch/arm/mach-s3c2416/Makefile +++ b/arch/arm/mach-s3c2416/Makefile @@ -16,3 +16,4 @@ obj-$(CONFIG_CPU_S3C2416) += irq.o # Machine support +obj-$(CONFIG_MACH_SMDK2416) += mach-smdk2416.o |