|
|
| File: [Development] / linux-2.6-xfs / arch / arm / plat-s3c24xx / Makefile (download)
Revision 1.3, Fri Oct 3 17:46:45 2008 UTC (9 years ago) by lachlan.longdrop.melbourne.sgi.com
Merge up to 2.6.27-rc8 Merge of 2.6.x-xfs-melb:linux:32254b by kenmcd. |
# 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 obj-y += gpiolib.o obj-y += time.o obj-y += clock.o obj-y += pwm-clock.o # Architecture dependant builds obj-$(CONFIG_CPU_S3C244X) += s3c244x.o obj-$(CONFIG_CPU_S3C244X) += s3c244x-irq.o obj-$(CONFIG_CPU_S3C244X) += s3c244x-clock.o obj-$(CONFIG_PM_SIMTEC) += pm-simtec.o obj-$(CONFIG_PM) += pm.o obj-$(CONFIG_PM) += sleep.o obj-$(CONFIG_HAVE_PWM) += pwm.o obj-$(CONFIG_S3C2410_DMA) += dma.o obj-$(CONFIG_MACH_SMDK) += common-smdk.o