- Timestamp:
- 2019-08-17T12:49:43Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5f176da
- Parents:
- 63660a3
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-06-26 20:18:37)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 12:49:43)
- Location:
- kernel
- Files:
-
- 1 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/meson.build
r63660a3 r41408d94 142 142 143 143 if CONFIG_OFW_PCI 144 _src += [ 'ofw/ebus.c', 'ofw/pci.c 144 _src += [ 'ofw/ebus.c', 'ofw/pci.c', 'ofw/sbus.c', 'ofw/upa.c' ] 145 145 endif 146 146 -
kernel/meson.build
r63660a3 r41408d94 43 43 command: [ 44 44 cc.cmd_array(), 45 arch_kernel_c_args, 45 46 kernel_defs, 46 47 '-I' + meson.current_source_dir() / 'arch' / h_arch / 'include',
Note:
See TracChangeset
for help on using the changeset viewer.