diff options
author | Len Brown <len.brown@intel.com> | 2005-09-03 08:44:09 +0200 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2005-09-03 08:44:09 +0200 |
commit | 129521dcc94f781890f8f668219ab79f0073ff9f (patch) | |
tree | 9f70707c88da65577f38814fe37b24c4b4957d64 /arch/ia64/sn/pci/Makefile | |
parent | [ACPI] acpi_video_device_write_state() now works (diff) | |
parent | Merge refs/heads/ieee80211-wifi from master.kernel.org:/pub/scm/linux/kernel/... (diff) | |
download | linux-129521dcc94f781890f8f668219ab79f0073ff9f.tar.xz linux-129521dcc94f781890f8f668219ab79f0073ff9f.zip |
Merge linux-2.6 into linux-acpi-2.6 test
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 2f915bce25f9..321576b1b425 100644 --- a/arch/ia64/sn/pci/Makefile +++ b/arch/ia64/sn/pci/Makefile @@ -7,4 +7,4 @@ # # Makefile for the sn pci general routines. -obj-y := pci_dma.o tioca_provider.o pcibr/ +obj-y := pci_dma.o tioca_provider.o tioce_provider.o pcibr/ |