]> Git Repo - qemu.git/commitdiff
build-sys: make help could have 'modules' target
authorMarc-André Lureau <[email protected]>
Tue, 6 Mar 2018 16:17:28 +0000 (17:17 +0100)
committerPaolo Bonzini <[email protected]>
Mon, 12 Mar 2018 15:12:45 +0000 (16:12 +0100)
Available when configure --enable-modules.

Signed-off-by: Marc-André Lureau <[email protected]>
Message-Id: <20180306161728[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
Makefile

index 9a75c48ae050ee26af9dd014ca8b95d04261b032..5d9ef3b8fd58e432d9ae0dd6225bf9abc0b66821 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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'
This page took 0.028609 seconds and 4 git commands to generate.