mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
Move block drivers into their own directory
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
5efa9d5a8b
commit
019d6b8ff0
15 changed files with 9 additions and 8 deletions
2
configure
vendored
2
configure
vendored
|
@ -2029,7 +2029,7 @@ done # for target in $targets
|
|||
|
||||
# build tree in object directory if source path is different from current one
|
||||
if test "$source_path_used" = "yes" ; then
|
||||
DIRS="tests tests/cris slirp audio"
|
||||
DIRS="tests tests/cris slirp audio block"
|
||||
FILES="Makefile tests/Makefile"
|
||||
FILES="$FILES tests/cris/Makefile tests/cris/.gdbinit"
|
||||
FILES="$FILES tests/test-mmap.c"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue