Skip to content

Commit 26fb90d

Browse files
committed
Makefile.modinc : Referred to the long-since renamed "comp"
Signed-off-by: andypugh <andy@bodgesoc.org>
1 parent ea6e55e commit 26fb90d

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

src/Makefile.modinc.in

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,12 @@
2828
# but there is no technical reason it cannot be extended to pre-kbuild systems.
2929

3030
# 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
31+
# easier way to build modules is to invoke 'halcompile':
32+
# halcompile --compile example.c
3333
# or
34-
# comp --install example.c
34+
# halcompile --install example.c
35+
# despite the name 'halcompile' will also compile other modules, such as
36+
# kinematics.
3537

3638
ifeq ("$(origin V)", "command line")
3739
BUILD_VERBOSE = $(V)

0 commit comments

Comments
 (0)