Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • X xcap-capability-linux
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • xcap
  • xcap-capability-linux
  • Repository
Switch branch/tag
  • xcap-capability-linux
  • arch
  • arm64
  • boot
  • dts
  • Makefile
Find file BlameHistoryPermalink
  • Stephen Warren's avatar
    arm64: dts: prevent *.dtb from always being rebuilt · d0b6a548
    Stephen Warren authored Dec 28, 2012
    if_changed (used by the *.dts->*.dtc rule) rebuilds files if they aren't
    contained in $(targets). (make V=2 indicates this). Add $(dtb-y) to
    $(targets) to prevent *.dtb from always being rebuilt. Note
    
    This fixes a regression introduced by the .dtb rule rework in da4cbc6d
    
    
    "arm64: use new common dtc rule", although since arm64 doesn't actually
    have any *.dts yet, this isn't a critical issue.
    Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
    Signed-off-by: default avatarRob Herring <rob.herring@calxeda.com>
    d0b6a548