Ben Dooks | 431107e | 2010-01-26 10:11:04 +0900 | [diff] [blame] | 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 | |
Ben Dooks | ed618af | 2010-01-26 11:07:23 +0900 | [diff] [blame^] | 18 | obj-y += irq.o |
| 19 | obj-y += irq-eint.o |
| 20 | |
Ben Dooks | 431107e | 2010-01-26 10:11:04 +0900 | [diff] [blame] | 21 | # setup support |
| 22 | |
Ben Dooks | 2f6c2ac | 2010-01-26 10:38:52 +0900 | [diff] [blame] | 23 | obj-$(CONFIG_S3C64XX_SETUP_SDHCI) += setup-sdhci.o |
Ben Dooks | 431107e | 2010-01-26 10:11:04 +0900 | [diff] [blame] | 24 | |
Ben Dooks | ed618af | 2010-01-26 11:07:23 +0900 | [diff] [blame^] | 25 | # PM |
| 26 | |
| 27 | obj-$(CONFIG_PM) += irq-pm.o |
| 28 | |
Ben Dooks | 431107e | 2010-01-26 10:11:04 +0900 | [diff] [blame] | 29 | # Machine support |
| 30 | |
| 31 | obj-$(CONFIG_MACH_ANW6410) += mach-anw6410.o |
| 32 | obj-$(CONFIG_MACH_SMDK6400) += mach-smdk6400.o |
| 33 | obj-$(CONFIG_MACH_SMDK6410) += mach-smdk6410.o |
| 34 | obj-$(CONFIG_MACH_NCP) += mach-ncp.o |
| 35 | obj-$(CONFIG_MACH_HMT) += mach-hmt.o |