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