diff options
author | Dan Williams | 2007-05-02 17:47:47 +0100 |
---|---|---|
committer | Russell King | 2007-05-03 14:03:54 +0100 |
commit | d2dd8b1fed314d22c50965f78f6895117c4abfc8 (patch) | |
tree | 3dec4d01d06eba978b8f4b1556d8869f41ade365 /arch/arm/mach-iop13xx/Makefile | |
parent | e90ddd813df7897af34226ed1cd442f7a182816e (diff) |
[ARM] 4342/2: iop13xx: add resource definitions for the tpmi units
The tpmi units interface with the SAS controller on iop348.
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-iop13xx/Makefile')
-rw-r--r-- | arch/arm/mach-iop13xx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-iop13xx/Makefile b/arch/arm/mach-iop13xx/Makefile index 4185e0586c33..da1609dc0dee 100644 --- a/arch/arm/mach-iop13xx/Makefile +++ b/arch/arm/mach-iop13xx/Makefile @@ -7,5 +7,6 @@ obj-$(CONFIG_ARCH_IOP13XX) += setup.o obj-$(CONFIG_ARCH_IOP13XX) += irq.o obj-$(CONFIG_ARCH_IOP13XX) += pci.o obj-$(CONFIG_ARCH_IOP13XX) += io.o +obj-$(CONFIG_ARCH_IOP13XX) += tpmi.o obj-$(CONFIG_MACH_IQ81340SC) += iq81340sc.o obj-$(CONFIG_MACH_IQ81340MC) += iq81340mc.o |