Revision df8d06ade6eed9077f658ac8696fc1cb5c081220 authored by Linus Torvalds on 16 May 2011, 15:55:49 UTC, committed by Linus Torvalds on 16 May 2011, 15:55:49 UTC
* 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6:
  OMAP3: set the core dpll clk rate in its set_rate function
  omap: iommu: Return IRQ_HANDLED in fault handler when no fault occured
2 parent s 7c21738 + 5fd2a84
Raw File
Makefile
# arch/arm/mach-s3c2443/Makefile
#
# Copyright 2007 Simtec Electronics
#
# Licensed under GPLv2

obj-y				:=
obj-m				:=
obj-n				:=
obj-				:=

obj-$(CONFIG_CPU_S3C2443)	+= s3c2443.o
obj-$(CONFIG_CPU_S3C2443)	+= irq.o
obj-$(CONFIG_CPU_S3C2443)	+= clock.o

obj-$(CONFIG_S3C2443_DMA)	+= dma.o

# Machine support

obj-$(CONFIG_MACH_SMDK2443)	+= mach-smdk2443.o
back to top