diff options
| author | Marc-André Lureau | 2018-03-06 17:17:28 +0100 |
|---|---|---|
| committer | Paolo Bonzini | 2018-03-12 16:12:45 +0100 |
| commit | 0decdfe29ba6e6c9253af342916395b182bd4f84 (patch) | |
| tree | 329f3af2bb00b086d996c77b2321562f0388e613 | |
| parent | qemu-doc: Add the paragraph about the -no-frame deprecation again (diff) | |
| download | qemu-0decdfe29ba6e6c9253af342916395b182bd4f84.tar.gz qemu-0decdfe29ba6e6c9253af342916395b182bd4f84.tar.xz qemu-0decdfe29ba6e6c9253af342916395b182bd4f84.zip | |
build-sys: make help could have 'modules' target
Available when configure --enable-modules.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20180306161728.20890-1-marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1046,6 +1046,9 @@ include $(SRC_PATH)/tests/vm/Makefile.include help: @echo 'Generic targets:' @echo ' all - Build all' +ifdef CONFIG_MODULES + @echo ' modules - Build all modules' +endif @echo ' dir/file.o - Build specified target only' @echo ' install - Install QEMU, documentation and tools' @echo ' ctags/TAGS - Generate tags file for editors' |
