diff options
| author | Marc-André Lureau | 2019-08-17 10:04:43 +0200 |
|---|---|---|
| committer | Paolo Bonzini | 2020-08-21 12:30:33 +0200 |
| commit | b2c00bce54cce0dbb8c7fd3dd397cfdaca4c28ef (patch) | |
| tree | 957ad074097d98bcfcc15e3a10849d17d5f40f31 /Makefile | |
| parent | meson: convert hw/acpi (diff) | |
| download | qemu-b2c00bce54cce0dbb8c7fd3dd397cfdaca4c28ef.tar.gz qemu-b2c00bce54cce0dbb8c7fd3dd397cfdaca4c28ef.tar.xz qemu-b2c00bce54cce0dbb8c7fd3dd397cfdaca4c28ef.zip | |
meson: convert hw/9pfs, cleanup
hw/Makefile.objs is gone so there is more code that can be removed.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -178,10 +178,6 @@ ifneq ($(wildcard config-host.mak),) include $(SRC_PATH)/Makefile.objs endif -dummy := $(call unnest-vars,, \ - common-obj-y \ - common-obj-m) - include $(SRC_PATH)/tests/Makefile.include all: $(DOCS) $(if $(BUILD_DOCS),sphinxdocs) recurse-all modules |
