From: Keith Owens <kaos@ocs.com.au>
To: linux-kernel@vger.kernel.org
Cc: ncorbic@sangoma.com
Subject: 2.4.7 net/wanrouter/Makefile, broken SANGOMA
Date: Sat, 21 Jul 2001 18:15:13 +1000 [thread overview]
Message-ID: <19579.995703313@ocs3.ocs-net> (raw)
This code in 2.4.7 net/wanrouter/Makefile makes no sense.
obj-m := $(O_TARGET)
ifneq ($(CONFIG_VENDOR_SANGOMA),n)
obj-m += $(O_TARGET)
endif
obj-m is always $(O_TARGET), adding a second $(O_TARGET) is wrong.
What is CONFIG_VENDOR_SANGOMA trying to do here?
reply other threads:[~2001-07-21 8:15 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=19579.995703313@ocs3.ocs-net \
--to=kaos@ocs.com.au \
--cc=linux-kernel@vger.kernel.org \
--cc=ncorbic@sangoma.com \
/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