diff options
Diffstat (limited to 'arch/arm/mach-s3c64xx/Makefile')
-rw-r--r-- | arch/arm/mach-s3c64xx/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/Makefile b/arch/arm/mach-s3c64xx/Makefile new file mode 100644 index 000000000000..24a3bc33da1e --- /dev/null +++ b/arch/arm/mach-s3c64xx/Makefile | |||
@@ -0,0 +1,29 @@ | |||
1 | # arch/arm/mach-s3c64xx/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 S3C6400 system | ||
14 | |||
15 | obj-$(CONFIG_CPU_S3C6400) += s3c6400.o | ||
16 | obj-$(CONFIG_CPU_S3C6410) += s3c6410.o | ||
17 | |||
18 | # setup support | ||
19 | |||
20 | obj-$(CONFIG_S3C6400_SETUP_SDHCI) += setup-sdhci-s3c6400.o | ||
21 | obj-$(CONFIG_S3C6410_SETUP_SDHCI) += setup-sdhci-s3c6410.o | ||
22 | |||
23 | # Machine support | ||
24 | |||
25 | obj-$(CONFIG_MACH_ANW6410) += mach-anw6410.o | ||
26 | obj-$(CONFIG_MACH_SMDK6400) += mach-smdk6400.o | ||
27 | obj-$(CONFIG_MACH_SMDK6410) += mach-smdk6410.o | ||
28 | obj-$(CONFIG_MACH_NCP) += mach-ncp.o | ||
29 | obj-$(CONFIG_MACH_HMT) += mach-hmt.o | ||