diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2009-05-25 10:15:59 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-05-25 10:20:21 +0100 |
commit | 56a459314a982bae75b9bce64bcca853d378ca7e (patch) | |
tree | 07d9121fb08229ebe2ac2f4420cec70434c7bbba /arch/arm/mach-omap2/Makefile | |
parent | fc05505b77f7900a1bb74fb3f3a4343dee4265a4 (diff) | |
parent | 5c651ffaee6f07aa1f5e6d0763845a2ee606b6bd (diff) |
Merge branch 'iommu' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git into devel
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r-- | arch/arm/mach-omap2/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index c49d9bfa3ab..88629a7455a 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile @@ -28,6 +28,11 @@ endif obj-$(CONFIG_ARCH_OMAP2) += clock24xx.o obj-$(CONFIG_ARCH_OMAP3) += clock34xx.o +iommu-y += iommu2.o +iommu-$(CONFIG_ARCH_OMAP3) += omap3-iommu.o + +obj-$(CONFIG_OMAP_IOMMU) += $(iommu-y) + # Specific board support obj-$(CONFIG_MACH_OMAP_GENERIC) += board-generic.o obj-$(CONFIG_MACH_OMAP_H4) += board-h4.o |