diff options
author | Hiroshi DOYU <Hiroshi.DOYU@nokia.com> | 2009-01-28 14:32:09 -0500 |
---|---|---|
committer | Hiroshi DOYU <Hiroshi.DOYU@nokia.com> | 2009-05-22 03:17:01 -0400 |
commit | caf60779a6c5795340767ccf2f73ed7d5c7e0486 (patch) | |
tree | 1a076a9a9edb56809936c024b619e420b3f4a954 /arch/arm/mach-omap2/Makefile | |
parent | e769421de22422461f0becae0ec6e792ec6f4476 (diff) |
omap2 iommu: entries for Kconfig and Makefile
Signed-off-by: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>
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 c49d9bfa3abd..88629a7455a6 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile | |||
@@ -28,6 +28,11 @@ endif | |||
28 | obj-$(CONFIG_ARCH_OMAP2) += clock24xx.o | 28 | obj-$(CONFIG_ARCH_OMAP2) += clock24xx.o |
29 | obj-$(CONFIG_ARCH_OMAP3) += clock34xx.o | 29 | obj-$(CONFIG_ARCH_OMAP3) += clock34xx.o |
30 | 30 | ||
31 | iommu-y += iommu2.o | ||
32 | iommu-$(CONFIG_ARCH_OMAP3) += omap3-iommu.o | ||
33 | |||
34 | obj-$(CONFIG_OMAP_IOMMU) += $(iommu-y) | ||
35 | |||
31 | # Specific board support | 36 | # Specific board support |
32 | obj-$(CONFIG_MACH_OMAP_GENERIC) += board-generic.o | 37 | obj-$(CONFIG_MACH_OMAP_GENERIC) += board-generic.o |
33 | obj-$(CONFIG_MACH_OMAP_H4) += board-h4.o | 38 | obj-$(CONFIG_MACH_OMAP_H4) += board-h4.o |