meson: convert sample plugins

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini 2020-02-04 16:09:05 +01:00
parent 859aef026e
commit ffac93df19
5 changed files with 10 additions and 59 deletions

View file

@ -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))