Ben Dooks | d626aee | 2008-10-21 14:06:50 +0100 | [diff] [blame] | 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 | |
Ben Dooks | 5cc7fd8 | 2008-10-31 16:14:38 +0000 | [diff] [blame] | 17 | # Helper and device support |
| 18 | |
| 19 | obj-$(CONFIG_S3C6410_SETUP_SDHCI) += setup-sdhci.o |
| 20 | |
Ben Dooks | 5718df9 | 2008-10-21 14:07:09 +0100 | [diff] [blame] | 21 | # machine support |
| 22 | |
Kwangwoo Lee | 1f26a8a | 2009-04-28 10:35:57 +0900 | [diff] [blame] | 23 | obj-$(CONFIG_MACH_ANW6410) += mach-anw6410.o |
Ben Dooks | 5718df9 | 2008-10-21 14:07:09 +0100 | [diff] [blame] | 24 | obj-$(CONFIG_MACH_SMDK6410) += mach-smdk6410.o |
Kyungmin Park | 87c4122 | 2009-03-11 11:05:55 +0900 | [diff] [blame] | 25 | obj-$(CONFIG_MACH_NCP) += mach-ncp.o |
Kwangwoo Lee | 1f26a8a | 2009-04-28 10:35:57 +0900 | [diff] [blame] | 26 | |
| 27 | |