Changeset 5f176da in mainline for kernel/test/meson.build
- Timestamp:
- 2019-08-17T12:49:43Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bc48242
- Parents:
- 41408d94
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-06-26 20:32:16)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 12:49:43)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/test/meson.build
r41408d94 r5f176da 24 24 ) 25 25 26 if h_arch== 'mips32'26 if KARCH == 'mips32' 27 27 test_src += files('debug/mips1.c') 28 28 else … … 30 30 endif 31 31 32 if h_arch== 'ia64'32 if KARCH == 'ia64' 33 33 test_src += files('mm/purge1.c') 34 34 else
Note:
See TracChangeset
for help on using the changeset viewer.