diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-01-26 05:07:23 +0300 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-02-21 01:32:00 +0300 |
commit | ed618aff8a952f712caf1d475e0947a32a8b6606 (patch) | |
tree | d106f5b5c24e42c6498c3a8a7340ba74ba62a4a3 /arch/arm/mach-s3c64xx/Makefile | |
parent | 3501c9ae9fc5414d09c9a8d3a5452d2b167db916 (diff) | |
download | linux-ed618aff8a952f712caf1d475e0947a32a8b6606.tar.xz |
ARM: S3C64XX: Move IRQ support into mach-s3c64xx
Move IRQ support to mach-s3c64xx as it is unlikely to be re-used outside
this machine.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c64xx/Makefile')
-rw-r--r-- | arch/arm/mach-s3c64xx/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/Makefile b/arch/arm/mach-s3c64xx/Makefile index 21ddf6b29280..103bed48b46e 100644 --- a/arch/arm/mach-s3c64xx/Makefile +++ b/arch/arm/mach-s3c64xx/Makefile @@ -15,10 +15,17 @@ obj- := obj-$(CONFIG_CPU_S3C6400) += s3c6400.o obj-$(CONFIG_CPU_S3C6410) += s3c6410.o +obj-y += irq.o +obj-y += irq-eint.o + # setup support obj-$(CONFIG_S3C64XX_SETUP_SDHCI) += setup-sdhci.o +# PM + +obj-$(CONFIG_PM) += irq-pm.o + # Machine support obj-$(CONFIG_MACH_ANW6410) += mach-anw6410.o |