repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
hw/timer: Initial commit of Ibex Timer
[qemu/ar7.git]
/
tests
/
migration
/
meson.build
blob
f215ee7d3a38068b4fd2e40ecfca521b463df0dd
1
stress = executable(
2
'stress',
3
files('stress.c'),
4
dependencies: [glib],
5
link_args: ['-static'],
6
build_by_default: false,
7
)
8
9
custom_target(
10
'initrd-stress.img',
11
output: 'initrd-stress.img',
12
input: stress,
13
command: [find_program('initrd-stress.sh'), '@OUTPUT@', '@INPUT@']
14
)