From: Petr Vorel <pvorel@suse.cz>
To: Li Wang <liwang@redhat.com>
Cc: ltp@lists.linux.it
Subject: Re: [LTP] [PATCH v2 1/1] Makefile: Add kernel modules related make targets
Date: Wed, 6 Aug 2025 13:47:02 +0200 [thread overview]
Message-ID: <20250806114702.GA431066@pevik> (raw)
In-Reply-To: <CAEemH2eEqMMpueDY9s=Bv2JfQ-oAckA8Y8GFTaV04b5bsfPN+A@mail.gmail.com>
Hi Li, all,
..
> > We could allow to fail build with:
> > $ make modules FORCE=1
> > with these changes to include/mk/module.mk:
> > ifneq ($(SKIP),0)
> > MAKE_TARGETS := $(filter-out %.ko, $(MAKE_TARGETS))
> > ifeq ($(FORCE),1)
> > $(error Modules not built)
> This suggestion looks good, maybe we can also add a helpful error
> message showing how to fix it:
> ifeq ($(FORCE),1)
> $(error Kernel modules not built! \
> Check that kernel-devel/kernel-headers for
> $(LINUX_VERSION_MAJOR).$(LINUX_VERSION_PATCH) are installed, \
> and try again. You can build anyway by omitting FORCE=1.)
+1. I'll probably do this as a separate effort (or at least a separate commit).
Kind regards,
Petr
--
Mailing list info: https://lists.linux.it/listinfo/ltp
next prev parent reply other threads:[~2025-08-06 11:47 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-01 10:09 [LTP] [PATCH v2 1/1] Makefile: Add kernel modules related make targets Petr Vorel
2025-08-01 10:20 ` Petr Vorel
2025-08-02 3:59 ` Li Wang via ltp
2025-08-06 11:47 ` Petr Vorel [this message]
2025-08-02 3:25 ` Li Wang via ltp
2025-08-02 4:11 ` Li Wang via ltp
2025-08-06 11:52 ` Petr Vorel
2025-08-06 13:29 ` Cyril Hrubis
2025-08-06 19:49 ` Petr Vorel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250806114702.GA431066@pevik \
--to=pvorel@suse.cz \
--cc=liwang@redhat.com \
--cc=ltp@lists.linux.it \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox