diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-01-25 21:19:18 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-02-20 17:32:01 -0500 |
commit | 88fc68a280709f3fb9488986ab39eac330d17b6d (patch) | |
tree | b9f9a91f3bd6e735cf611f3cec7438f86fd3e4f7 /arch/arm/plat-s3c64xx/Makefile | |
parent | ed618aff8a952f712caf1d475e0947a32a8b6606 (diff) |
ARM: S3C64XX: Move device and device setup into mach-s3c64xx
Move the S3C64XX specific device and setup files into mach-s3c64xx as
they are unlikely to be used outside of this code.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c64xx/Makefile')
-rw-r--r-- | arch/arm/plat-s3c64xx/Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/arm/plat-s3c64xx/Makefile b/arch/arm/plat-s3c64xx/Makefile index 3e52dcdb3648..187b779a2bdc 100644 --- a/arch/arm/plat-s3c64xx/Makefile +++ b/arch/arm/plat-s3c64xx/Makefile | |||
@@ -11,9 +11,6 @@ obj-n := dummy.o | |||
11 | obj- := | 11 | obj- := |
12 | 12 | ||
13 | # Core files | 13 | # Core files |
14 | |||
15 | obj-y += dev-uart.o | ||
16 | obj-y += dev-rtc.o | ||
17 | obj-y += cpu.o | 14 | obj-y += cpu.o |
18 | obj-y += clock.o | 15 | obj-y += clock.o |
19 | obj-y += gpiolib.o | 16 | obj-y += gpiolib.o |
@@ -33,15 +30,3 @@ obj-$(CONFIG_PM) += sleep.o | |||
33 | 30 | ||
34 | obj-$(CONFIG_S3C64XX_DMA) += dma.o | 31 | obj-$(CONFIG_S3C64XX_DMA) += dma.o |
35 | 32 | ||
36 | # ADC support | ||
37 | |||
38 | obj-$(CONFIG_S3C_ADC) += dev-adc.o | ||
39 | |||
40 | # Device setup | ||
41 | |||
42 | obj-$(CONFIG_S3C64XX_SETUP_I2C0) += setup-i2c0.o | ||
43 | obj-$(CONFIG_S3C64XX_SETUP_I2C1) += setup-i2c1.o | ||
44 | obj-$(CONFIG_S3C64XX_SETUP_FB_24BPP) += setup-fb-24bpp.o | ||
45 | obj-$(CONFIG_S3C64XX_SETUP_SDHCI_GPIO) += setup-sdhci-gpio.o | ||
46 | obj-$(CONFIG_SND_S3C24XX_SOC) += dev-audio.o | ||
47 | obj-$(CONFIG_SPI_S3C64XX) += dev-spi.o | ||