diff options
Diffstat (limited to 'arch/arm/plat-samsung/Makefile')
-rw-r--r-- | arch/arm/plat-samsung/Makefile | 33 |
1 files changed, 3 insertions, 30 deletions
diff --git a/arch/arm/plat-samsung/Makefile b/arch/arm/plat-samsung/Makefile index 3dd5dbad55c6..6012366f33cb 100644 --- a/arch/arm/plat-samsung/Makefile +++ b/arch/arm/plat-samsung/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # arch/arm/plat-s3c64xx/Makefile | 1 | # arch/arm/plat-samsung/Makefile |
2 | # | 2 | # |
3 | # Copyright 2009 Simtec Electronics | 3 | # Copyright 2009 Simtec Electronics |
4 | # | 4 | # |
@@ -15,9 +15,6 @@ obj-y += init.o cpu.o | |||
15 | obj-$(CONFIG_ARCH_USES_GETTIMEOFFSET) += time.o | 15 | obj-$(CONFIG_ARCH_USES_GETTIMEOFFSET) += time.o |
16 | obj-y += clock.o | 16 | obj-y += clock.o |
17 | obj-y += pwm-clock.o | 17 | obj-y += pwm-clock.o |
18 | obj-y += gpio.o | ||
19 | obj-y += gpio-config.o | ||
20 | obj-y += dev-asocdma.o | ||
21 | 18 | ||
22 | obj-$(CONFIG_SAMSUNG_CLKSRC) += clock-clksrc.o | 19 | obj-$(CONFIG_SAMSUNG_CLKSRC) += clock-clksrc.o |
23 | 20 | ||
@@ -31,33 +28,9 @@ obj-$(CONFIG_S3C_ADC) += adc.o | |||
31 | 28 | ||
32 | obj-y += platformdata.o | 29 | obj-y += platformdata.o |
33 | 30 | ||
34 | obj-$(CONFIG_S3C_DEV_HSMMC) += dev-hsmmc.o | 31 | obj-y += devs.o |
35 | obj-$(CONFIG_S3C_DEV_HSMMC1) += dev-hsmmc1.o | ||
36 | obj-$(CONFIG_S3C_DEV_HSMMC2) += dev-hsmmc2.o | ||
37 | obj-$(CONFIG_S3C_DEV_HSMMC3) += dev-hsmmc3.o | ||
38 | obj-$(CONFIG_S3C_DEV_HWMON) += dev-hwmon.o | ||
39 | obj-y += dev-i2c0.o | ||
40 | obj-$(CONFIG_S3C_DEV_I2C1) += dev-i2c1.o | ||
41 | obj-$(CONFIG_S3C_DEV_I2C2) += dev-i2c2.o | ||
42 | obj-$(CONFIG_S3C_DEV_I2C3) += dev-i2c3.o | ||
43 | obj-$(CONFIG_S3C_DEV_I2C4) += dev-i2c4.o | ||
44 | obj-$(CONFIG_S3C_DEV_I2C5) += dev-i2c5.o | ||
45 | obj-$(CONFIG_S3C_DEV_I2C6) += dev-i2c6.o | ||
46 | obj-$(CONFIG_S3C_DEV_I2C7) += dev-i2c7.o | ||
47 | obj-$(CONFIG_S3C_DEV_FB) += dev-fb.o | ||
48 | obj-y += dev-uart.o | 32 | obj-y += dev-uart.o |
49 | obj-$(CONFIG_S3C_DEV_USB_HOST) += dev-usb.o | 33 | |
50 | obj-$(CONFIG_S3C_DEV_USB_HSOTG) += dev-usb-hsotg.o | ||
51 | obj-$(CONFIG_S3C_DEV_WDT) += dev-wdt.o | ||
52 | obj-$(CONFIG_S3C_DEV_NAND) += dev-nand.o | ||
53 | obj-$(CONFIG_S3C_DEV_ONENAND) += dev-onenand.o | ||
54 | obj-$(CONFIG_S3C_DEV_RTC) += dev-rtc.o | ||
55 | |||
56 | obj-$(CONFIG_SAMSUNG_DEV_ADC) += dev-adc.o | ||
57 | obj-$(CONFIG_SAMSUNG_DEV_IDE) += dev-ide.o | ||
58 | obj-$(CONFIG_SAMSUNG_DEV_TS) += dev-ts.o | ||
59 | obj-$(CONFIG_SAMSUNG_DEV_KEYPAD) += dev-keypad.o | ||
60 | obj-$(CONFIG_SAMSUNG_DEV_PWM) += dev-pwm.o | ||
61 | obj-$(CONFIG_SAMSUNG_DEV_BACKLIGHT) += dev-backlight.o | 34 | obj-$(CONFIG_SAMSUNG_DEV_BACKLIGHT) += dev-backlight.o |
62 | 35 | ||
63 | # DMA support | 36 | # DMA support |