diff options
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- := | |||
15 | obj-$(CONFIG_CPU_S3C6400) += s3c6400.o | 15 | obj-$(CONFIG_CPU_S3C6400) += s3c6400.o |
16 | obj-$(CONFIG_CPU_S3C6410) += s3c6410.o | 16 | obj-$(CONFIG_CPU_S3C6410) += s3c6410.o |
17 | 17 | ||
18 | obj-y += irq.o | ||
19 | obj-y += irq-eint.o | ||
20 | |||
18 | # setup support | 21 | # setup support |
19 | 22 | ||
20 | obj-$(CONFIG_S3C64XX_SETUP_SDHCI) += setup-sdhci.o | 23 | obj-$(CONFIG_S3C64XX_SETUP_SDHCI) += setup-sdhci.o |
21 | 24 | ||
25 | # PM | ||
26 | |||
27 | obj-$(CONFIG_PM) += irq-pm.o | ||
28 | |||
22 | # Machine support | 29 | # Machine support |
23 | 30 | ||
24 | obj-$(CONFIG_MACH_ANW6410) += mach-anw6410.o | 31 | obj-$(CONFIG_MACH_ANW6410) += mach-anw6410.o |