mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
net: move net-queue.[ch] under net/
[v2: handle building in a separate dir] Signed-off-by: Mark McLoughlin <markmc@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
f7cbc08ff0
commit
e1144d006d
5 changed files with 10 additions and 6 deletions
2
configure
vendored
2
configure
vendored
|
@ -2529,7 +2529,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 block pc-bios/optionrom"
|
||||
DIRS="tests tests/cris slirp audio block net pc-bios/optionrom"
|
||||
DIRS="$DIRS roms/pcbios roms/seabios roms/vgabios"
|
||||
FILES="Makefile tests/Makefile"
|
||||
FILES="$FILES tests/cris/Makefile tests/cris/.gdbinit"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue