| Summary: | Invalid final result of Makefile.am on linux/alpha | ||
|---|---|---|---|
| Product: | xorg | Reporter: | Sergey Tikhonov <tsv> |
| Component: | Build/Modular | Assignee: | 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: | ||
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.
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,