diff options
| author | Marc-André Lureau | 2019-07-22 21:47:50 +0200 |
|---|---|---|
| committer | Paolo Bonzini | 2020-08-21 12:30:23 +0200 |
| commit | cdaf07228cf42d708fe24371a68cec022841e018 (patch) | |
| tree | 314dea957075960791922c9749c680fcbc86e88a /Makefile.objs | |
| parent | meson: convert migration directory to Meson (diff) | |
| download | qemu-cdaf07228cf42d708fe24371a68cec022841e018.tar.gz qemu-cdaf07228cf42d708fe24371a68cec022841e018.tar.xz qemu-cdaf07228cf42d708fe24371a68cec022841e018.zip | |
meson: convert net directory to Meson
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Makefile.objs')
| -rw-r--r-- | Makefile.objs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.objs b/Makefile.objs index 9d0a82d82a..f2700442a4 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -39,8 +39,7 @@ endif # CONFIG_SOFTMMU or CONFIG_TOOLS # single QEMU executable should support all CPUs and machines. ifeq ($(CONFIG_SOFTMMU),y) -common-obj-y = net/ -common-obj-$(CONFIG_LINUX) += fsdev/ +common-obj-$(CONFIG_LINUX) = fsdev/ common-obj-y += accel/ |
