2007-02-11 18:31:01 +01:00
|
|
|
# arch/arm/plat-s3c24xx/Makefile
|
|
|
|
#
|
|
|
|
# Copyright 2007 Simtec Electronics
|
|
|
|
#
|
|
|
|
# Licensed under GPLv2
|
|
|
|
|
|
|
|
obj-y :=
|
|
|
|
obj-m :=
|
|
|
|
obj-n :=
|
|
|
|
obj- :=
|
|
|
|
|
|
|
|
|
|
|
|
# Core files
|
|
|
|
|
|
|
|
obj-y += cpu.o
|
|
|
|
obj-y += irq.o
|
|
|
|
obj-y += devs.o
|
|
|
|
obj-y += gpio.o
|
2008-07-03 12:24:25 +02:00
|
|
|
obj-y += gpiolib.o
|
2007-02-11 18:31:01 +01:00
|
|
|
obj-y += clock.o
|
2008-10-21 15:06:33 +02:00
|
|
|
obj-$(CONFIG_S3C24XX_DCLK) += clock-dclk.o
|
2007-02-11 18:31:01 +01:00
|
|
|
|
2009-07-31 00:23:21 +02:00
|
|
|
obj-$(CONFIG_CPU_FREQ_S3C24XX) += cpu-freq.o
|
2009-07-31 00:23:42 +02:00
|
|
|
obj-$(CONFIG_CPU_FREQ_S3C24XX_DEBUGFS) += cpu-freq-debugfs.o
|
2009-07-31 00:23:21 +02:00
|
|
|
|
2007-02-11 18:31:01 +01:00
|
|
|
# Architecture dependant builds
|
|
|
|
|
|
|
|
obj-$(CONFIG_PM_SIMTEC) += pm-simtec.o
|
|
|
|
obj-$(CONFIG_PM) += pm.o
|
2008-12-12 01:24:10 +01:00
|
|
|
obj-$(CONFIG_PM) += irq-pm.o
|
2007-02-11 18:31:01 +01:00
|
|
|
obj-$(CONFIG_PM) += sleep.o
|
2008-10-21 15:06:22 +02:00
|
|
|
obj-$(CONFIG_S3C2410_CLOCK) += s3c2410-clock.o
|
2010-04-28 11:03:57 +02:00
|
|
|
obj-$(CONFIG_S3C2443_CLOCK) += s3c2443-clock.o
|
2007-02-11 18:31:01 +01:00
|
|
|
obj-$(CONFIG_S3C2410_DMA) += dma.o
|
2009-07-31 00:23:26 +02:00
|
|
|
obj-$(CONFIG_S3C2410_IOTIMING) += s3c2410-iotiming.o
|
2009-07-31 00:23:37 +02:00
|
|
|
obj-$(CONFIG_S3C2412_IOTIMING) += s3c2412-iotiming.o
|
2009-07-31 00:23:27 +02:00
|
|
|
obj-$(CONFIG_S3C2410_CPUFREQ_UTILS) += s3c2410-cpufreq-utils.o
|
2008-10-21 15:06:20 +02:00
|
|
|
|
2008-10-31 17:14:40 +01:00
|
|
|
# device specific setup and/or initialisation
|
|
|
|
obj-$(CONFIG_ARCH_S3C2410) += setup-i2c.o
|
2010-05-18 13:44:27 +02:00
|
|
|
obj-$(CONFIG_S3C2410_SETUP_TS) += setup-ts.o
|
2008-10-31 17:14:40 +01:00
|
|
|
|
2008-10-21 15:06:20 +02:00
|
|
|
# SPI gpio central GPIO functions
|
|
|
|
|
|
|
|
obj-$(CONFIG_S3C24XX_SPI_BUS0_GPE11_GPE12_GPE13) += spi-bus0-gpe11_12_13.o
|
|
|
|
obj-$(CONFIG_S3C24XX_SPI_BUS1_GPG5_GPG6_GPG7) += spi-bus1-gpg5_6_7.o
|
2009-08-03 18:26:50 +02:00
|
|
|
obj-$(CONFIG_S3C24XX_SPI_BUS1_GPD8_GPD9_GPD10) += spi-bus1-gpd8_9_10.o
|
2008-10-21 15:06:20 +02:00
|
|
|
|
|
|
|
# machine common support
|
|
|
|
|
2007-02-11 18:31:01 +01:00
|
|
|
obj-$(CONFIG_MACH_SMDK) += common-smdk.o
|
2009-11-13 23:34:20 +01:00
|
|
|
obj-$(CONFIG_S3C24XX_SIMTEC_AUDIO) += simtec-audio.o
|