mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
build: move net/ objects to nested Makefile.objs
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
7456e4ce8d
commit
d8469de6c1
2 changed files with 13 additions and 16 deletions
12
net/Makefile.objs
Normal file
12
net/Makefile.objs
Normal file
|
@ -0,0 +1,12 @@
|
|||
common-obj-y = queue.o checksum.o util.o
|
||||
common-obj-y += socket.o
|
||||
common-obj-y += dump.o
|
||||
common-obj-$(CONFIG_POSIX) += tap.o
|
||||
common-obj-$(CONFIG_LINUX) += tap-linux.o
|
||||
common-obj-$(CONFIG_WIN32) += tap-win32.o
|
||||
common-obj-$(CONFIG_BSD) += tap-bsd.o
|
||||
common-obj-$(CONFIG_SOLARIS) += tap-solaris.o
|
||||
common-obj-$(CONFIG_AIX) += tap-aix.o
|
||||
common-obj-$(CONFIG_HAIKU) += tap-haiku.o
|
||||
common-obj-$(CONFIG_SLIRP) += slirp.o
|
||||
common-obj-$(CONFIG_VDE) += vde.o
|
Loading…
Add table
Add a link
Reference in a new issue