2011-10-03 09:46:13 +09:00
|
|
|
# arch/arm/plat-samsung/Makefile
|
2009-11-10 00:14:58 +00:00
|
|
|
#
|
|
|
|
# Copyright 2009 Simtec Electronics
|
|
|
|
#
|
|
|
|
# Licensed under GPLv2
|
|
|
|
|
|
|
|
obj-y :=
|
|
|
|
obj-m :=
|
|
|
|
obj-n := dummy.o
|
|
|
|
obj- :=
|
|
|
|
|
2009-12-23 18:43:48 +00:00
|
|
|
# Objects we always build independent of SoC choice
|
|
|
|
|
2011-08-20 12:18:07 +09:00
|
|
|
obj-y += init.o cpu.o
|
2010-07-26 21:13:08 +09:00
|
|
|
obj-$(CONFIG_ARCH_USES_GETTIMEOFFSET) += time.o
|
2009-12-23 18:43:48 +00:00
|
|
|
obj-y += clock.o
|
2010-01-06 02:39:28 +09:00
|
|
|
obj-y += pwm-clock.o
|
2009-12-23 18:43:48 +00:00
|
|
|
|
2009-12-01 01:24:34 +00:00
|
|
|
obj-$(CONFIG_SAMSUNG_CLKSRC) += clock-clksrc.o
|
2012-04-15 21:13:29 -07:00
|
|
|
obj-$(CONFIG_S5P_CLOCK) += s5p-clock.o
|
2010-01-06 02:45:09 +09:00
|
|
|
|
2010-01-06 10:14:51 +09:00
|
|
|
obj-$(CONFIG_SAMSUNG_IRQ_VIC_TIMER) += irq-vic-timer.o
|
|
|
|
|
2010-01-14 00:30:31 +01:00
|
|
|
# ADC
|
|
|
|
|
|
|
|
obj-$(CONFIG_S3C_ADC) += adc.o
|
|
|
|
|
2010-01-06 02:45:09 +09:00
|
|
|
# devices
|
|
|
|
|
2010-06-10 12:57:15 +09:00
|
|
|
obj-y += platformdata.o
|
|
|
|
|
2011-10-03 09:46:13 +09:00
|
|
|
obj-y += devs.o
|
2010-01-12 15:15:28 +09:00
|
|
|
obj-y += dev-uart.o
|
2011-10-03 09:47:58 +09:00
|
|
|
|
2011-07-20 23:44:21 +09:00
|
|
|
obj-$(CONFIG_SAMSUNG_DEV_BACKLIGHT) += dev-backlight.o
|
2010-01-18 10:47:45 +09:00
|
|
|
|
2010-01-29 09:02:15 +00:00
|
|
|
# DMA support
|
|
|
|
|
2011-09-02 09:44:35 +09:00
|
|
|
obj-$(CONFIG_S3C_DMA) += dma.o s3c-dma-ops.o
|
2010-01-29 09:02:15 +00:00
|
|
|
|
2011-09-02 09:44:35 +09:00
|
|
|
obj-$(CONFIG_SAMSUNG_DMADEV) += dma-ops.o
|
2010-05-18 11:59:06 +09:00
|
|
|
|
2010-01-18 10:47:45 +09:00
|
|
|
# PM support
|
|
|
|
|
2010-01-29 09:02:14 +00:00
|
|
|
obj-$(CONFIG_PM) += pm.o
|
2010-01-18 10:47:45 +09:00
|
|
|
obj-$(CONFIG_PM) += pm-gpio.o
|
2010-01-20 12:29:25 +09:00
|
|
|
obj-$(CONFIG_SAMSUNG_PM_CHECK) += pm-check.o
|
2010-01-20 12:22:24 +09:00
|
|
|
|
2010-05-20 14:05:33 +09:00
|
|
|
obj-$(CONFIG_SAMSUNG_WAKEMASK) += wakeup-mask.o
|
|
|
|
|
2010-12-03 17:14:57 +09:00
|
|
|
# PD support
|
|
|
|
|
|
|
|
obj-$(CONFIG_SAMSUNG_PD) += pd.o
|
|
|
|
|
2010-01-20 12:22:24 +09:00
|
|
|
# PWM support
|
|
|
|
|
|
|
|
obj-$(CONFIG_HAVE_PWM) += pwm.o
|