aboutsummaryrefslogtreecommitdiffstats
path: root/unmodified_drivers/linux-2.6/platform-pci/Kbuild
diff options
context:
space:
mode:
authorAlex Williamson <alex.williamson@hp.com>2007-08-16 13:46:50 -0600
committerAlex Williamson <alex.williamson@hp.com>2007-08-16 13:46:50 -0600
commitf87e8be01d8ec7968c55959ddc8255c931374fd5 (patch)
treed6443917014be62be65a1eb19e747d7843b31227 /unmodified_drivers/linux-2.6/platform-pci/Kbuild
parent842e49b2951570b4f2436eb152f7776da376207e (diff)
downloadxen-f87e8be01d8ec7968c55959ddc8255c931374fd5.tar.gz
xen-f87e8be01d8ec7968c55959ddc8255c931374fd5.tar.bz2
xen-f87e8be01d8ec7968c55959ddc8255c931374fd5.zip
[IA64] xencomm - compilation fix of unmodified driver
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Diffstat (limited to 'unmodified_drivers/linux-2.6/platform-pci/Kbuild')
-rw-r--r--unmodified_drivers/linux-2.6/platform-pci/Kbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/unmodified_drivers/linux-2.6/platform-pci/Kbuild b/unmodified_drivers/linux-2.6/platform-pci/Kbuild
index baf8e3b8bf..92ff9ca7f1 100644
--- a/unmodified_drivers/linux-2.6/platform-pci/Kbuild
+++ b/unmodified_drivers/linux-2.6/platform-pci/Kbuild
@@ -17,5 +17,5 @@ xen-platform-pci-objs += ../xenbus/xen_proc.o
# Can we do better ?
ifeq ($(ARCH),ia64)
- xen-platform-pci-objs += xcom_mini.o xencomm.o
+ xen-platform-pci-objs += xencomm.o xencomm_arch.o
endif