mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
net: move net.c to net/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
7fa22f2bf7
commit
fd9400b302
3 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
common-obj-y = queue.o checksum.o util.o hub.o
|
||||
common-obj-y = net.o queue.o checksum.o util.o hub.o
|
||||
common-obj-y += socket.o
|
||||
common-obj-y += dump.o
|
||||
common-obj-$(CONFIG_POSIX) += tap.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue