diff options
Diffstat (limited to 'arch/arm/mach-s5pc100/Makefile')
-rw-r--r-- | arch/arm/mach-s5pc100/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-s5pc100/Makefile b/arch/arm/mach-s5pc100/Makefile index c3166c4d2ace..118c711f74e8 100644 --- a/arch/arm/mach-s5pc100/Makefile +++ b/arch/arm/mach-s5pc100/Makefile | |||
@@ -22,12 +22,11 @@ obj-$(CONFIG_MACH_SMDKC100) += mach-smdkc100.o | |||
22 | # device support | 22 | # device support |
23 | 23 | ||
24 | obj-y += dev-audio.o | 24 | obj-y += dev-audio.o |
25 | obj-$(CONFIG_S3C64XX_DEV_SPI) += dev-spi.o | ||
26 | 25 | ||
27 | obj-y += setup-i2c0.o | 26 | obj-y += setup-i2c0.o |
28 | obj-$(CONFIG_S5PC100_SETUP_FB_24BPP) += setup-fb-24bpp.o | 27 | obj-$(CONFIG_S5PC100_SETUP_FB_24BPP) += setup-fb-24bpp.o |
29 | obj-$(CONFIG_S5PC100_SETUP_I2C1) += setup-i2c1.o | 28 | obj-$(CONFIG_S5PC100_SETUP_I2C1) += setup-i2c1.o |
30 | obj-$(CONFIG_S5PC100_SETUP_IDE) += setup-ide.o | 29 | obj-$(CONFIG_S5PC100_SETUP_IDE) += setup-ide.o |
31 | obj-$(CONFIG_S5PC100_SETUP_KEYPAD) += setup-keypad.o | 30 | obj-$(CONFIG_S5PC100_SETUP_KEYPAD) += setup-keypad.o |
32 | obj-$(CONFIG_S5PC100_SETUP_SDHCI) += setup-sdhci.o | ||
33 | obj-$(CONFIG_S5PC100_SETUP_SDHCI_GPIO) += setup-sdhci-gpio.o | 31 | obj-$(CONFIG_S5PC100_SETUP_SDHCI_GPIO) += setup-sdhci-gpio.o |
32 | obj-$(CONFIG_S5PC100_SETUP_SPI) += setup-spi.o | ||