[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH] build-sys: make help could have 'modules' target
From: |
Marc-André Lureau |
Subject: |
[Qemu-devel] [PATCH] build-sys: make help could have 'modules' target |
Date: |
Tue, 6 Mar 2018 17:17:28 +0100 |
Available when configure --enable-modules.
Signed-off-by: Marc-André Lureau <address@hidden>
---
Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Makefile b/Makefile
index 9a75c48ae0..5d9ef3b8fd 100644
--- 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'
--
2.16.2.346.g9779355e34
- [Qemu-devel] [PATCH] build-sys: make help could have 'modules' target,
Marc-André Lureau <=