Bug #4928: Unbreak Makefile.am for Alpha chips. (Stefan DeRoeck)
This commit is contained in:
parent
de95d8ee19
commit
e3ec048ff2
|
@ -1,3 +1,8 @@
|
||||||
|
2005-11-18 Adam Jackson <ajax@freedesktop.org>
|
||||||
|
|
||||||
|
* hw/xfree86/os-support/linux/Makefile.am:
|
||||||
|
Bug #4928: Unbreak Makefile.am for Alpha chips. (Stefan DeRoeck)
|
||||||
|
|
||||||
2005-11-16 Adam Jackson <ajax@freedesktop.org>
|
2005-11-16 Adam Jackson <ajax@freedesktop.org>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
|
@ -4,8 +4,8 @@ if LINUX_IA64
|
||||||
PLATFORM_PCI_SUPPORT = $(srcdir)/../shared/ia64Pci.c
|
PLATFORM_PCI_SUPPORT = $(srcdir)/../shared/ia64Pci.c
|
||||||
endif
|
endif
|
||||||
if LINUX_ALPHA
|
if LINUX_ALPHA
|
||||||
PLATFORM_PCI_SUPPORT = lnx_ev56.c
|
PLATFORM_PCI_SUPPORT = lnx_ev56.c \
|
||||||
$(srcdir)/lnx_axp.c
|
$(srcdir)/lnx_axp.c \
|
||||||
$(srcdir)/../shared/xf86Axp.c
|
$(srcdir)/../shared/xf86Axp.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue