diff options
author | Zang Roy-r61911 <tie-fei.zang@freescale.com> | 2006-06-13 15:07:23 +0800 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-06-29 16:20:36 +1000 |
commit | 2b9d7467a6dbc41872c605511e105cbde1eda100 (patch) | |
tree | efdf8f5ee5194ee2ac5c13a196e0910a877f00fd /arch/powerpc/sysdev/Makefile | |
parent | c5d56332fd6c2f0c7cf9d1f65416076f2711ea28 (diff) |
[POWERPC] Add tsi108 pci and platform device data register function
Add Tundra Semiconductor tsi108 pci and platform device data register
function support.
Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
---
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/sysdev/Makefile')
-rw-r--r-- | arch/powerpc/sysdev/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/sysdev/Makefile b/arch/powerpc/sysdev/Makefile index cef95b02373..63e81e74b45 100644 --- a/arch/powerpc/sysdev/Makefile +++ b/arch/powerpc/sysdev/Makefile @@ -12,3 +12,4 @@ obj-$(CONFIG_U3_DART) += dart_iommu.o obj-$(CONFIG_MMIO_NVRAM) += mmio_nvram.o obj-$(CONFIG_PPC_83xx) += ipic.o obj-$(CONFIG_FSL_SOC) += fsl_soc.o +obj-$(CONFIG_TSI108_BRIDGE) += tsi108_pci.o tsi108_dev.o |