Changeset 0798689 in mainline for boot/Makefile.common


Ignore:
Timestamp:
2017-10-27T18:24:48Z (7 years ago)
Author:
jzr <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9b642f92
Parents:
d4da860
Message:

Reference boot arch headers directly, instead of via symlinks.

This change was previously done in kernel and uspace, but not in boot.
In addition to better consistency, this also fixes an issue with
make dependency tracking.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    rd4da860 r0798689  
    5858
    5959JOBFILE = $(ROOT_PATH)/tools/jobfile.py
    60 
    61 ARCH_INCLUDE = generic/include/arch
    62 GENARCH_INCLUDE = generic/include/genarch
    6360
    6461DISTROOT = distroot
Note: See TracChangeset for help on using the changeset viewer.