From: Hiroshi DOYU Date: Wed, 28 Jan 2009 19:32:09 +0000 (+0200) Subject: omap2 iommu: entries for Kconfig and Makefile X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=caf60779a6c5795340767ccf2f73ed7d5c7e0486;p=deliverable%2Flinux.git omap2 iommu: entries for Kconfig and Makefile Signed-off-by: Hiroshi DOYU --- diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index c49d9bfa3abd..88629a7455a6 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