2007-02-12 01:31:01 +08: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 18:24:25 +08:00
|
|
|
obj-y += gpiolib.o
|
2007-02-12 01:31:01 +08:00
|
|
|
obj-y += clock.o
|
2008-10-21 21:06:33 +08:00
|
|
|
obj-$(CONFIG_S3C24XX_DCLK) += clock-dclk.o
|
2007-02-12 01:31:01 +08:00
|
|
|
|
|
|
|
# Architecture dependant builds
|
|
|
|
|
|
|
|
obj-$(CONFIG_CPU_S3C244X) += s3c244x.o
|
|
|
|
obj-$(CONFIG_CPU_S3C244X) += s3c244x-irq.o
|
2008-01-28 20:01:34 +08:00
|
|
|
obj-$(CONFIG_CPU_S3C244X) += s3c244x-clock.o
|
2007-02-12 01:31:01 +08:00
|
|
|
obj-$(CONFIG_PM_SIMTEC) += pm-simtec.o
|
|
|
|
obj-$(CONFIG_PM) += pm.o
|
|
|
|
obj-$(CONFIG_PM) += sleep.o
|
2008-07-01 20:17:24 +08:00
|
|
|
obj-$(CONFIG_HAVE_PWM) += pwm.o
|
2008-10-21 21:06:22 +08:00
|
|
|
obj-$(CONFIG_S3C2410_CLOCK) += s3c2410-clock.o
|
2007-02-12 01:31:01 +08:00
|
|
|
obj-$(CONFIG_S3C2410_DMA) += dma.o
|
2008-12-18 22:20:04 +08:00
|
|
|
obj-$(CONFIG_S3C24XX_ADC) += adc.o
|
2008-10-21 21:06:20 +08:00
|
|
|
|
2008-11-01 00:14:40 +08:00
|
|
|
# device specific setup and/or initialisation
|
|
|
|
obj-$(CONFIG_ARCH_S3C2410) += setup-i2c.o
|
|
|
|
|
2008-10-21 21:06:20 +08: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
|
|
|
|
|
|
|
|
# machine common support
|
|
|
|
|
2007-02-12 01:31:01 +08:00
|
|
|
obj-$(CONFIG_MACH_SMDK) += common-smdk.o
|