2011-10-03 02:46:13 +02:00
|
|
|
# arch/arm/plat-samsung/Makefile
|
2009-11-10 01:14:58 +01:00
|
|
|
#
|
|
|
|
# Copyright 2009 Simtec Electronics
|
|
|
|
#
|
|
|
|
# Licensed under GPLv2
|
|
|
|
|
|
|
|
obj-y :=
|
|
|
|
obj-m :=
|
|
|
|
obj-n := dummy.o
|
|
|
|
obj- :=
|
|
|
|
|
2009-12-23 19:43:48 +01:00
|
|
|
# Objects we always build independent of SoC choice
|
|
|
|
|
2011-08-20 05:18:07 +02:00
|
|
|
obj-y += init.o cpu.o
|
2012-04-17 20:20:49 +02:00
|
|
|
|
2012-07-12 09:57:19 +02:00
|
|
|
obj-$(CONFIG_SAMSUNG_CLOCK) += clock.o
|
2009-12-23 19:43:48 +01:00
|
|
|
|
2009-12-01 02:24:34 +01:00
|
|
|
obj-$(CONFIG_SAMSUNG_CLKSRC) += clock-clksrc.o
|
2012-04-16 06:13:29 +02:00
|
|
|
obj-$(CONFIG_S5P_CLOCK) += s5p-clock.o
|
2010-01-05 18:45:09 +01:00
|
|
|
|
2012-04-16 06:40:33 +02:00
|
|
|
obj-$(CONFIG_S5P_IRQ) += s5p-irq.o
|
|
|
|
obj-$(CONFIG_S5P_EXT_INT) += s5p-irq-eint.o
|
|
|
|
obj-$(CONFIG_S5P_GPIO_INT) += s5p-irq-gpioint.o
|
2010-01-06 02:14:51 +01:00
|
|
|
|
2010-01-14 00:30:31 +01:00
|
|
|
# ADC
|
|
|
|
|
|
|
|
obj-$(CONFIG_S3C_ADC) += adc.o
|
|
|
|
|
2010-01-05 18:45:09 +01:00
|
|
|
# devices
|
|
|
|
|
2013-06-15 02:01:49 +02:00
|
|
|
obj-$(CONFIG_SAMSUNG_ATAGS) += platformdata.o
|
2010-06-10 05:57:15 +02:00
|
|
|
|
2013-06-15 02:01:49 +02:00
|
|
|
obj-$(CONFIG_SAMSUNG_ATAGS) += devs.o
|
|
|
|
obj-$(CONFIG_SAMSUNG_ATAGS) += dev-uart.o
|
2012-04-18 05:21:30 +02:00
|
|
|
obj-$(CONFIG_S5P_DEV_MFC) += s5p-dev-mfc.o
|
2012-04-18 05:05:19 +02:00
|
|
|
obj-$(CONFIG_S5P_DEV_UART) += s5p-dev-uart.o
|
2011-10-03 02:47:58 +02:00
|
|
|
|
2011-07-20 16:44:21 +02:00
|
|
|
obj-$(CONFIG_SAMSUNG_DEV_BACKLIGHT) += dev-backlight.o
|
2010-01-18 02:47:45 +01:00
|
|
|
|
2012-11-22 06:29:18 +01:00
|
|
|
obj-$(CONFIG_S3C_SETUP_CAMIF) += setup-camif.o
|
2012-04-18 05:21:30 +02:00
|
|
|
obj-$(CONFIG_S5P_SETUP_MIPIPHY) += setup-mipiphy.o
|
|
|
|
|
2010-01-29 10:02:15 +01:00
|
|
|
# DMA support
|
|
|
|
|
2011-09-02 02:44:35 +02:00
|
|
|
obj-$(CONFIG_S3C_DMA) += dma.o s3c-dma-ops.o
|
2010-01-29 10:02:15 +01:00
|
|
|
|
2011-09-02 02:44:35 +02:00
|
|
|
obj-$(CONFIG_SAMSUNG_DMADEV) += dma-ops.o
|
2010-05-18 04:59:06 +02:00
|
|
|
|
2010-01-18 02:47:45 +01:00
|
|
|
# PM support
|
2013-04-26 20:32:02 +02:00
|
|
|
|
2013-07-24 07:06:13 +02:00
|
|
|
obj-$(CONFIG_SAMSUNG_PM) += pm.o
|
2013-06-18 18:24:12 +02:00
|
|
|
obj-$(CONFIG_SAMSUNG_PM_GPIO) += pm-gpio.o
|
2010-01-20 04:29:25 +01:00
|
|
|
obj-$(CONFIG_SAMSUNG_PM_CHECK) += pm-check.o
|
2010-01-20 04:22:24 +01:00
|
|
|
|
2010-05-20 07:05:33 +02:00
|
|
|
obj-$(CONFIG_SAMSUNG_WAKEMASK) += wakeup-mask.o
|
2013-06-17 16:45:33 +02:00
|
|
|
obj-$(CONFIG_SAMSUNG_WDT_RESET) += watchdog-reset.o
|
2010-05-20 07:05:33 +02:00
|
|
|
|
2013-06-18 18:24:12 +02:00
|
|
|
obj-$(CONFIG_S5P_PM) += s5p-pm.o
|
|
|
|
obj-$(CONFIG_S5P_IRQ_PM) += s5p-irq-pm.o
|
2012-04-16 06:57:38 +02:00
|
|
|
obj-$(CONFIG_S5P_SLEEP) += s5p-sleep.o
|