Bug 5096

Summary: Invalid final result of Makefile.am on linux/alpha
Product: xorg Reporter: Sergey Tikhonov <tsv>
Component: Build/ModularAssignee: Xorg Project Team <xorg-team>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: high    
Version: git   
Hardware: Alpha   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

Description Sergey Tikhonov 2005-11-19 08:01:27 UTC
It seems that added support of linux/alpha to
hw/xfree86/os-support/linux/Makefile.am has some errors.

The following:
if LINUX_ALPHA
PLATFORM_PCI_SUPPORT = lnx_ev56.c
       $(srcdir)/lnx_axp.c
       $(srcdir)/../shared/xf86Axp.c
endif

should be added as:
if LINUX_ALPHA
PLATFORM_PCI_SUPPORT = lnx_ev56.c \
       $(srcdir)/lnx_axp.c \
       $(srcdir)/../shared/xf86Axp.c
endif

Another thing: the lnx_axp.c tries to include xf86Axp.h which located in
"../shared" directory, but I don't see that path added as include directory for
a compiler.

Thank you,
Comment 1 Adam Jackson 2005-11-19 09:37:58 UTC

*** This bug has been marked as a duplicate of 4928 ***

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.