We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea6e55e commit 26fb90dCopy full SHA for 26fb90d
1 file changed
src/Makefile.modinc.in
@@ -28,10 +28,12 @@
28
# but there is no technical reason it cannot be extended to pre-kbuild systems.
29
30
# When there is a single module and it consists of a single source file, an
31
-# easier way to build modules is to invoke 'comp':
32
-# comp --compile example.c
+# easier way to build modules is to invoke 'halcompile':
+# halcompile --compile example.c
33
# or
34
-# comp --install example.c
+# halcompile --install example.c
35
+# despite the name 'halcompile' will also compile other modules, such as
36
+# kinematics.
37
38
ifeq ("$(origin V)", "command line")
39
BUILD_VERBOSE = $(V)
0 commit comments