diff options
Diffstat (limited to 'arch/arm/plat-s3c/Makefile')
-rw-r--r-- | arch/arm/plat-s3c/Makefile | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/arch/arm/plat-s3c/Makefile b/arch/arm/plat-s3c/Makefile deleted file mode 100644 index 50444da98425..000000000000 --- a/arch/arm/plat-s3c/Makefile +++ /dev/null | |||
@@ -1,45 +0,0 @@ | |||
1 | # arch/arm/plat-s3c/Makefile | ||
2 | # | ||
3 | # Copyright 2008 Simtec Electronics | ||
4 | # | ||
5 | # Licensed under GPLv2 | ||
6 | |||
7 | obj-y := | ||
8 | obj-m := | ||
9 | obj-n := | ||
10 | obj- := | ||
11 | |||
12 | # Core support for all Samsung SoCs | ||
13 | |||
14 | obj-y += init.o | ||
15 | obj-y += time.o | ||
16 | obj-y += clock.o | ||
17 | obj-y += pwm-clock.o | ||
18 | obj-y += gpio.o | ||
19 | obj-y += gpio-config.o | ||
20 | |||
21 | # DMA support | ||
22 | |||
23 | obj-$(CONFIG_S3C_DMA) += dma.o | ||
24 | |||
25 | # PM support | ||
26 | |||
27 | obj-$(CONFIG_PM) += pm.o | ||
28 | obj-$(CONFIG_PM) += pm-gpio.o | ||
29 | obj-$(CONFIG_S3C2410_PM_CHECK) += pm-check.o | ||
30 | |||
31 | # PWM support | ||
32 | |||
33 | obj-$(CONFIG_HAVE_PWM) += pwm.o | ||
34 | |||
35 | # devices | ||
36 | |||
37 | obj-$(CONFIG_S3C_DEV_HSMMC) += dev-hsmmc.o | ||
38 | obj-$(CONFIG_S3C_DEV_HSMMC1) += dev-hsmmc1.o | ||
39 | obj-$(CONFIG_S3C_DEV_HSMMC2) += dev-hsmmc2.o | ||
40 | obj-y += dev-i2c0.o | ||
41 | obj-$(CONFIG_S3C_DEV_I2C1) += dev-i2c1.o | ||
42 | obj-$(CONFIG_S3C_DEV_FB) += dev-fb.o | ||
43 | obj-$(CONFIG_S3C_DEV_USB_HOST) += dev-usb.o | ||
44 | obj-$(CONFIG_S3C_DEV_USB_HSOTG) += dev-usb-hsotg.o | ||
45 | obj-$(CONFIG_S3C_DEV_NAND) += dev-nand.o | ||