2011-10-03 07:46:13 +07:00
|
|
|
# arch/arm/plat-samsung/Makefile
|
2009-11-10 07:14:58 +07:00
|
|
|
#
|
|
|
|
# Copyright 2009 Simtec Electronics
|
|
|
|
#
|
|
|
|
# Licensed under GPLv2
|
|
|
|
|
2014-05-26 04:09:57 +07:00
|
|
|
ccflags-$(CONFIG_ARCH_MULTI_V7) += -I$(srctree)/$(src)/include
|
|
|
|
|
2009-12-24 01:43:48 +07:00
|
|
|
# Objects we always build independent of SoC choice
|
|
|
|
|
2011-08-20 10:18:07 +07:00
|
|
|
obj-y += init.o cpu.o
|
2012-04-18 01:20:49 +07:00
|
|
|
|
2010-01-14 06:30:31 +07:00
|
|
|
# ADC
|
|
|
|
|
|
|
|
obj-$(CONFIG_S3C_ADC) += adc.o
|
|
|
|
|
2010-01-06 00:45:09 +07:00
|
|
|
# devices
|
|
|
|
|
2013-06-15 07:01:49 +07:00
|
|
|
obj-$(CONFIG_SAMSUNG_ATAGS) += platformdata.o
|
2010-06-10 10:57:15 +07:00
|
|
|
|
2013-06-15 07:01:49 +07:00
|
|
|
obj-$(CONFIG_SAMSUNG_ATAGS) += devs.o
|
|
|
|
obj-$(CONFIG_SAMSUNG_ATAGS) += dev-uart.o
|
2012-04-18 10:21:30 +07:00
|
|
|
obj-$(CONFIG_S5P_DEV_MFC) += s5p-dev-mfc.o
|
2011-10-03 07:47:58 +07:00
|
|
|
|
2011-07-20 21:44:21 +07:00
|
|
|
obj-$(CONFIG_SAMSUNG_DEV_BACKLIGHT) += dev-backlight.o
|
2010-01-18 08:47:45 +07:00
|
|
|
|
2012-11-22 12:29:18 +07:00
|
|
|
obj-$(CONFIG_S3C_SETUP_CAMIF) += setup-camif.o
|
2012-04-18 10:21:30 +07:00
|
|
|
|
2010-01-29 16:02:15 +07:00
|
|
|
# DMA support
|
|
|
|
|
2011-09-02 07:44:35 +07:00
|
|
|
obj-$(CONFIG_S3C_DMA) += dma.o s3c-dma-ops.o
|
2010-01-29 16:02:15 +07:00
|
|
|
|
2011-09-02 07:44:35 +07:00
|
|
|
obj-$(CONFIG_SAMSUNG_DMADEV) += dma-ops.o
|
2010-05-18 09:59:06 +07:00
|
|
|
|
2010-01-18 08:47:45 +07:00
|
|
|
# PM support
|
2013-04-27 01:32:02 +07:00
|
|
|
|
2014-03-18 05:28:10 +07:00
|
|
|
obj-$(CONFIG_PM_SLEEP) += pm-common.o
|
2014-09-25 16:02:45 +07:00
|
|
|
obj-$(CONFIG_EXYNOS_CPU_SUSPEND) += pm-common.o
|
2013-07-24 12:06:13 +07:00
|
|
|
obj-$(CONFIG_SAMSUNG_PM) += pm.o
|
2013-06-18 23:24:12 +07:00
|
|
|
obj-$(CONFIG_SAMSUNG_PM_GPIO) += pm-gpio.o
|
2010-01-20 10:29:25 +07:00
|
|
|
obj-$(CONFIG_SAMSUNG_PM_CHECK) += pm-check.o
|
2014-03-18 05:28:09 +07:00
|
|
|
obj-$(CONFIG_SAMSUNG_PM_DEBUG) += pm-debug.o
|
2010-01-20 10:22:24 +07:00
|
|
|
|
2010-05-20 12:05:33 +07:00
|
|
|
obj-$(CONFIG_SAMSUNG_WAKEMASK) += wakeup-mask.o
|
2013-06-17 21:45:33 +07:00
|
|
|
obj-$(CONFIG_SAMSUNG_WDT_RESET) += watchdog-reset.o
|