Bug 5096 - Invalid final result of Makefile.am on linux/alpha
Summary: Invalid final result of Makefile.am on linux/alpha
Status: RESOLVED DUPLICATE of bug 4928
Alias: None
Product: xorg
Classification: Unclassified
Component: Build/Modular (show other bugs)
Version: git
Hardware: Alpha Linux (All)
: high normal
Assignee: Xorg Project Team
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-19 08:01 UTC by Sergey Tikhonov
Modified: 2005-11-18 14:37 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.