summaryrefslogtreecommitdiff
path: root/hw/xfree86
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-09-19 22:44:49 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-09-19 22:44:49 +0000
commitb623c60745ca486667657fa39ad517d1f7a72794 (patch)
treeb80b191c83c90aaa0e5a03877d468149f429543d /hw/xfree86
parentbd906c6bb803b286c39eca80e437a21c14e808a3 (diff)
Linux/Alpha support (Stefaan De Roeck)
Diffstat (limited to 'hw/xfree86')
-rw-r--r--hw/xfree86/os-support/bus/Makefile.am2
-rw-r--r--hw/xfree86/os-support/linux/Makefile.am6
2 files changed, 7 insertions, 1 deletions
diff --git a/hw/xfree86/os-support/bus/Makefile.am b/hw/xfree86/os-support/bus/Makefile.am
index 15af31c53..52dc33d35 100644
--- a/hw/xfree86/os-support/bus/Makefile.am
+++ b/hw/xfree86/os-support/bus/Makefile.am
@@ -26,7 +26,7 @@ AM_CFLAGS = $(XORG_CFLAGS)
# hack to keep all the OS PCI support files in the distball even though
# there aren't rules to build them all yet. also the AC_SUBST pattern
# above will defeat automake's EXTRA_DIST logic, woo.
-PCIDISTSOURCES = freebsdPci.c linuxPci.c netbsdPci.c sparcPci.c
+PCIDISTSOURCES = axpPci.c freebsdPci.c linuxPci.c netbsdPci.c sparcPci.c
EXTRA_DIST = \
460gxPCI.h \
diff --git a/hw/xfree86/os-support/linux/Makefile.am b/hw/xfree86/os-support/linux/Makefile.am
index 678b7b68b..18f30353c 100644
--- a/hw/xfree86/os-support/linux/Makefile.am
+++ b/hw/xfree86/os-support/linux/Makefile.am
@@ -3,6 +3,11 @@ noinst_LTLIBRARIES = liblinux.la
if LINUX_IA64
PLATFORM_PCI_SUPPORT = $(srcdir)/../shared/ia64Pci.c
endif
+if LINUX_ALPHA
+PLATFORM_PCI_SUPPORT = lnx_ev56.c
+ $(srcdir)/lnx_axp.c
+ $(srcdir)/../shared/xf86Axp.c
+endif
liblinux_la_SOURCES = lnx_init.c lnx_video.c lnx_io.c lnx_kbd.c lnx_mouse.c \
lnx_pci.c lnx_agp.c lnx_kmod.c lnx_KbdMap.c \
@@ -27,3 +32,4 @@ EXTRA_DIST = \
lnx.h \
lnx_kbd.h \
$(srcdir)/../shared/ia64Pci.h
+ $(srcdir)/../shared/xf86Axp.h