Changeset 2e2cefdb in mainline for kernel


Ignore:
Timestamp:
2019-08-17T12:49:43Z (6 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d4b30cf
Parents:
45b26114
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-06-30 11:30:52)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 12:49:43)
Message:

Put configuration in build directory instead of source root

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/meson.build

    r45b26114 r2e2cefdb  
    2828
    2929kernel_defs = [
    30         '-imacros', meson.source_root() / 'config.h',
     30        '-imacros', meson.build_root() / 'config.h',
    3131        '-D_HELENOS_SOURCE',
    3232        '-DKERNEL',
Note: See TracChangeset for help on using the changeset viewer.