diff options
author | Mark Maule <maule@sgi.com> | 2005-08-03 17:07:00 -0400 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2005-08-11 18:56:31 -0400 |
commit | c9221da9f2796f082642c3498edb2c8783ad4774 (patch) | |
tree | 1603dbace88f4790b6b0138f6e0b43a8958dd656 /arch/ia64/sn/pci/Makefile | |
parent | 5b53ed1f2ed6c85e2b1c39d97cc112ea32004609 (diff) |
[IA64-SGI] sn pci provider for TIOCE (pci
Altix patch to add an SN pci provider for TIOCE, which is SGI's
PCI Express implementation.
Signed-off-by: Mark Maule <maule@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/sn/pci/Makefile')
-rw-r--r-- | arch/ia64/sn/pci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/sn/pci/Makefile b/arch/ia64/sn/pci/Makefile index 2f915bce25..321576b1b4 100644 --- a/arch/ia64/sn/pci/Makefile +++ b/arch/ia64/sn/pci/Makefile | |||
@@ -7,4 +7,4 @@ | |||
7 | # | 7 | # |
8 | # Makefile for the sn pci general routines. | 8 | # Makefile for the sn pci general routines. |
9 | 9 | ||
10 | obj-y := pci_dma.o tioca_provider.o pcibr/ | 10 | obj-y := pci_dma.o tioca_provider.o tioce_provider.o pcibr/ |