Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • K kvm-unit-tests-ae
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • linux-arm
  • kvm-unit-tests-ae
  • Repository
  • kvm-unit-tests-ae
  • Makefile
Find file BlameHistoryPermalink
  • Alex Bennée's avatar
    Makefiles: fix up the x86 build dirs and include/link paths · 241e1788
    Alex Bennée authored May 12, 2017
    
    
    We still need to tell the compiler the correct search path for finding
    headers and the like. This is slightly complicated by the "dynamic"
    asm search path which is in our build tree but (may be) symlinked to
    the right architectures headers.
    
    Also we explicitly include SRCDIR for the linking scripts as VPATH
    doesn't seem to find them well enough.
    
    Also update OBJDIRS to include lib/x86.
    
    Signed-off-by: default avatarAlex Bennée <alex.bennee@linaro.org>
    Signed-off-by: default avatarRadim Krčmář <rkrcmar@redhat.com>
    241e1788