Ben Dooks | cf38367 | 2009-11-10 00:14:58 +0000 | [diff] [blame] | 1 | # arch/arm/plat-s3c64xx/Makefile |
| 2 | # |
| 3 | # Copyright 2009 Simtec Electronics |
| 4 | # |
| 5 | # Licensed under GPLv2 |
| 6 | |
| 7 | obj-y := |
| 8 | obj-m := |
| 9 | obj-n := dummy.o |
| 10 | obj- := |
| 11 | |
Ben Dooks | 2c2f69b | 2009-12-23 18:43:48 +0000 | [diff] [blame] | 12 | # Objects we always build independent of SoC choice |
| 13 | |
| 14 | obj-y += clock.o |
Ben Dooks | 9745626 | 2010-01-06 02:39:28 +0900 | [diff] [blame] | 15 | obj-y += pwm-clock.o |
Ben Dooks | 4f2b617 | 2010-01-18 11:22:38 +0900 | [diff] [blame] | 16 | obj-y += gpio.o |
Ben Dooks | 4f830db | 2010-01-06 02:28:20 +0900 | [diff] [blame] | 17 | obj-y += gpio-config.o |
Ben Dooks | 2c2f69b | 2009-12-23 18:43:48 +0000 | [diff] [blame] | 18 | |
Kukjin Kim | 1f323cf | 2010-01-19 15:30:54 +0900 | [diff] [blame] | 19 | obj-$(CONFIG_SAMSUNG_GPIOLIB_4BIT) += gpiolib.o |
Harald Welte | aa9ad6a | 2009-12-01 01:24:34 +0000 | [diff] [blame] | 20 | obj-$(CONFIG_SAMSUNG_CLKSRC) += clock-clksrc.o |
Ben Dooks | b6a6041 | 2010-01-06 02:45:09 +0900 | [diff] [blame] | 21 | |
Ben Dooks | 51022cf | 2010-01-06 11:18:44 +0900 | [diff] [blame] | 22 | obj-$(CONFIG_SAMSUNG_IRQ_UART) += irq-uart.o |
Ben Dooks | 7162ba0 | 2010-01-06 10:14:51 +0900 | [diff] [blame] | 23 | obj-$(CONFIG_SAMSUNG_IRQ_VIC_TIMER) += irq-vic-timer.o |
| 24 | |
Maurus Cuelenaere | 3929e1e | 2010-01-14 00:30:31 +0100 | [diff] [blame] | 25 | # ADC |
| 26 | |
| 27 | obj-$(CONFIG_S3C_ADC) += adc.o |
| 28 | |
Ben Dooks | b6a6041 | 2010-01-06 02:45:09 +0900 | [diff] [blame] | 29 | # devices |
| 30 | |
| 31 | obj-$(CONFIG_S3C_DEV_HSMMC) += dev-hsmmc.o |
| 32 | obj-$(CONFIG_S3C_DEV_HSMMC1) += dev-hsmmc1.o |
| 33 | obj-$(CONFIG_S3C_DEV_HSMMC2) += dev-hsmmc2.o |
| 34 | obj-y += dev-i2c0.o |
| 35 | obj-$(CONFIG_S3C_DEV_I2C1) += dev-i2c1.o |
| 36 | obj-$(CONFIG_S3C_DEV_FB) += dev-fb.o |
Ben Dooks | 0a63613 | 2010-01-12 15:15:28 +0900 | [diff] [blame] | 37 | obj-y += dev-uart.o |
Ben Dooks | b6a6041 | 2010-01-06 02:45:09 +0900 | [diff] [blame] | 38 | obj-$(CONFIG_S3C_DEV_USB_HOST) += dev-usb.o |
| 39 | obj-$(CONFIG_S3C_DEV_USB_HSOTG) += dev-usb-hsotg.o |
| 40 | obj-$(CONFIG_S3C_DEV_NAND) += dev-nand.o |
Ben Dooks | 67866fb | 2010-01-18 10:47:45 +0900 | [diff] [blame] | 41 | |
Ben Dooks | 2c420fe | 2010-01-29 09:02:15 +0000 | [diff] [blame^] | 42 | # DMA support |
| 43 | |
| 44 | obj-$(CONFIG_S3C_DMA) += dma.o |
| 45 | |
Ben Dooks | 67866fb | 2010-01-18 10:47:45 +0900 | [diff] [blame] | 46 | # PM support |
| 47 | |
Ben Dooks | 806c17b | 2010-01-29 09:02:14 +0000 | [diff] [blame] | 48 | obj-$(CONFIG_PM) += pm.o |
Ben Dooks | 67866fb | 2010-01-18 10:47:45 +0900 | [diff] [blame] | 49 | obj-$(CONFIG_PM) += pm-gpio.o |
Ben Dooks | 8005745 | 2010-01-20 12:29:25 +0900 | [diff] [blame] | 50 | obj-$(CONFIG_SAMSUNG_PM_CHECK) += pm-check.o |
Ben Dooks | 106cc6a | 2010-01-20 12:22:24 +0900 | [diff] [blame] | 51 | |
| 52 | # PWM support |
| 53 | |
| 54 | obj-$(CONFIG_HAVE_PWM) += pwm.o |