From: Roland Dreier <rdreier@cisco.com>
To: "Bryan O'Sullivan" <bos@pathscale.com>
Cc: rolandd@cisco.com, gregkh@suse.de, akpm@osdl.org,
davem@davemloft.net, linux-kernel@vger.kernel.org,
openib-general@openib.org
Subject: Re: [PATCH 18 of 20] ipath - kbuild infrastructure
Date: Thu, 09 Mar 2006 09:53:04 -0800 [thread overview]
Message-ID: <ada4q27ld33.fsf@cisco.com> (raw)
In-Reply-To: <ac5354bb50d515de2a5c.1141922831@localhost.localdomain> (Bryan O'Sullivan's message of "Thu, 9 Mar 2006 08:47:11 -0800")
> + depends on 64BIT && (PCIEPORTBUS || X86_HT)
Why do you depend on X86_HT? I think you got confused: the HT stands
for hyperthreading, not hypertransport. In fact if you compile a
kernel optimized for K8, X86_HT is disabled.
And why do you depend on PCIEPORTBUS? I don't see you using anything
from the pcie_port_service stuff.
I think the correct thing for you to depend on is just "PCI", and
build your whole driver (both pe800 and ht400) unconditionally.
There's no special hypertransport or generic PCIe support config
that you can test.
> --- /dev/null Thu Jan 1 00:00:00 1970 +0000
> +++ b/drivers/infiniband/hw/ipath/Makefile Thu Mar 9 08:46:47 2006 -0800
I've been suggesting that new files be called "Kbuild", since Sam has
deprecated the "Makefile" name.
> +ipath_core-y :=
> +
> +ipath_core-y += ipath_copy.o
> +ipath_core-y += ipath_diag.o
> +ipath_core-y += ipath_driver.o
> +ipath_core-y += ipath_file_ops.o
> +ipath_core-y += ipath_i2c.o
> +ipath_core-y += ipath_init_chip.o
> +ipath_core-y += ipath_intr.o
> +ipath_core-y += ipath_layer.o
> +ipath_core-y += ipath_sma.o
> +ipath_core-y += ipath_stats.o
> +ipath_core-y += ipath_sysfs.o
> +ipath_core-y += ipath_user_pages.o
This is a very strange style. I would just put all the ipath_core-y
stuff on one or two lines.
- R.
next parent reply other threads:[~2006-03-09 17:53 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <ac5354bb50d515de2a5c.1141922831@localhost.localdomain>
2006-03-09 17:53 ` Roland Dreier [this message]
2006-03-09 18:56 ` [PATCH 18 of 20] ipath - kbuild infrastructure Sam Ravnborg
2006-03-09 19:00 ` Roland Dreier
2006-03-09 21:15 ` Sam Ravnborg
2006-03-09 23:24 ` Sam Ravnborg
2006-03-10 0:35 [PATCH 0 of 20] [RFC] ipath driver - another round for review Bryan O'Sullivan
2006-03-10 0:35 ` [PATCH 18 of 20] ipath - kbuild infrastructure Bryan O'Sullivan
2006-03-13 18:10 ` Adrian Bunk
2006-03-13 18:38 ` Robert Walsh
2006-03-13 19:24 ` Bryan O'Sullivan
2006-03-13 19:36 ` Sam Ravnborg
2006-03-13 19:39 ` Bryan O'Sullivan
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=ada4q27ld33.fsf@cisco.com \
--to=rdreier@cisco.com \
--cc=akpm@osdl.org \
--cc=bos@pathscale.com \
--cc=davem@davemloft.net \
--cc=gregkh@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=openib-general@openib.org \
--cc=rolandd@cisco.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