diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-10-21 09:06:50 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-15 16:51:04 -0500 |
commit | d626aeedc96e21a048f1a300cd6360f3a7be10f2 (patch) | |
tree | 80db0444654d2c171e5c8b3c095d6015506d83a6 /arch/arm/mach-s3c6410/Makefile | |
parent | beda30f6a9c5f8e1eebd195019a537057cc556fd (diff) |
[ARM] S3C6410: Initial CPU support code
Initial support for the Samsung S3C6410 SoC.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c6410/Makefile')
-rw-r--r-- | arch/arm/mach-s3c6410/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c6410/Makefile b/arch/arm/mach-s3c6410/Makefile new file mode 100644 index 000000000000..b35e04d8151e --- /dev/null +++ b/arch/arm/mach-s3c6410/Makefile | |||
@@ -0,0 +1,16 @@ | |||
1 | # arch/arm/plat-s3c6410/Makefile | ||
2 | # | ||
3 | # Copyright 2008 Openmoko, Inc. | ||
4 | # Copyright 2008 Simtec Electronics | ||
5 | # | ||
6 | # Licensed under GPLv2 | ||
7 | |||
8 | obj-y := | ||
9 | obj-m := | ||
10 | obj-n := | ||
11 | obj- := | ||
12 | |||
13 | # Core support for S3C6410 system | ||
14 | |||
15 | obj-$(CONFIG_CPU_S3C6410) += cpu.o | ||
16 | |||