mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
meson: convert sample plugins
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
859aef026e
commit
ffac93df19
5 changed files with 10 additions and 59 deletions
|
@ -429,15 +429,6 @@ check-speed: $(check-speed-y)
|
|||
check-report-unit.tap: $(check-unit-y)
|
||||
$(call do_test_tap,$^)
|
||||
|
||||
# Plugins
|
||||
ifeq ($(CONFIG_PLUGIN),y)
|
||||
.PHONY: plugins
|
||||
plugins:
|
||||
$(call quiet-command,\
|
||||
$(MAKE) $(SUBDIR_MAKEFLAGS) -C tests/plugin V="$(V)", \
|
||||
"BUILD", "plugins")
|
||||
endif
|
||||
|
||||
# Per guest TCG tests
|
||||
|
||||
BUILD_TCG_TARGET_RULES=$(patsubst %,build-tcg-tests-%, $(TARGET_DIRS))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue