<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux.git/drivers/message/Makefile, branch v4.14.238</title>
<subtitle>Linux Kernel
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v4.14.238</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v4.14.238'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/'/>
<updated>2015-02-03T23:58:39Z</updated>
<entry>
<title>i2o: move to staging</title>
<updated>2015-02-03T23:58:39Z</updated>
<author>
<name>Alan Cox</name>
<email>alan@linux.intel.com</email>
</author>
<published>2015-02-03T13:18:55Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=2cbf7fe2d5d32a4747c1f8ad163e886dccad930c'/>
<id>urn:sha1:2cbf7fe2d5d32a4747c1f8ad163e886dccad930c</id>
<content type='text'>
The I2O layer deals with a technology that to say the least didn't catch on
in the market.

The only relevant products are some of the AMI MegaRAID - which supported I2O
and its native mode (The native mode is faster and runs on Linux), an
obscure crypto ethernet card that's now so many years out of date nobody
would use it, the old DPT controllers, which speak their own dialect and
have their own driver - and ermm.. thats about it.

We also know the code isn't in good shape as recently a patch was proposed
and queried as buggy, which in turn showed the existing code was broken
already by prior "clean up" and nobody had noticed that either.

It's coding style robot code nothing more. Like some forgotten corridor
cleaned relentlessly by a lost Roomba but where no user has trodden in years.

Move it to staging and then to /dev/null.

The headers remain as they are shared with dpt_i2o.

Signed-off-by: Alan Cox &lt;alan@linux.intel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] Remove Rules.make from Makefiles (2/3)</title>
<updated>2002-12-15T03:41:42Z</updated>
<author>
<name>Brian Gerst</name>
<email>bgerst@didntduck.org</email>
</author>
<published>2002-12-15T03:41:42Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=b4499c7261c3f7d75506132416995affe83d829b'/>
<id>urn:sha1:b4499c7261c3f7d75506132416995affe83d829b</id>
<content type='text'>
Makefiles no longer need to include Rules.make, which is currently an
empty file.  This patch removes it from the drivers tree Makefiles.
</content>
</entry>
<entry>
<title>kbuild: Remove mod-subdirs variable</title>
<updated>2002-06-10T14:49:58Z</updated>
<author>
<name>Kai Germaschewski</name>
<email>kai@tp1.ruhr-uni-bochum.de</email>
</author>
<published>2002-06-10T14:49:58Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=997b557cc9cfcb03b63bfea6c775731136aa337b'/>
<id>urn:sha1:997b557cc9cfcb03b63bfea6c775731136aa337b</id>
<content type='text'>
mod-subdirs was used to list directories that we needed to descend into 
during 'make modules' even though they were listed in subdir-y (not -m).

Since we now only do one pass for modules and built-in, it's not necessary
anymore and can go away.
</content>
</entry>
<entry>
<title>kbuild: Group together descending/linking in drivers/*</title>
<updated>2002-05-28T15:16:47Z</updated>
<author>
<name>Kai Germaschewski</name>
<email>kai@tp1.ruhr-uni-bochum.de</email>
</author>
<published>2002-05-28T15:16:47Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=dc3b2a73b19ec1193d9ed0db016354344c56c87f'/>
<id>urn:sha1:dc3b2a73b19ec1193d9ed0db016354344c56c87f</id>
<content type='text'>
We currently decide whether we need to descend into the subdirs of
drivers/ in drivers/Makefile, but link the resulting objects from
the top-level Makefile.

Making these two decisions at the same time (in drivers/Makefile) cleans
up the top-level Makefile quite a bit.

Link order does not change at all apart from sound/, which is now linked
last.
</content>
</entry>
<entry>
<title>kbuild: Simplify linking subdirs in drivers/*/Makefile</title>
<updated>2002-05-24T12:44:14Z</updated>
<author>
<name>Kai Germaschewski</name>
<email>kai@tp1.ruhr-uni-bochum.de</email>
</author>
<published>2002-05-24T12:44:14Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=8fcf60e29986f7f85567ecd7b3c7845d62732718'/>
<id>urn:sha1:8fcf60e29986f7f85567ecd7b3c7845d62732718</id>
<content type='text'>
Use the new

	obj-$(CONFIG_FOO) += foo/

syntax to descend into a subdir and link in the result, if
CONFIG_FOO=y.
</content>
</entry>
<entry>
<title>Fix makefile errors</title>
<updated>2002-05-08T08:04:19Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@penguin.transmeta.com</email>
</author>
<published>2002-05-08T08:04:19Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=8a293280cb9fc8a1025e24b99a639935ee4e9fc1'/>
<id>urn:sha1:8a293280cb9fc8a1025e24b99a639935ee4e9fc1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix cut'n'paste error in drivers/message/Makefile</title>
<updated>2002-05-08T07:33:50Z</updated>
<author>
<name>Kai Germaschewski</name>
<email>kai@tp1.ruhr-uni-bochum.de</email>
</author>
<published>2002-05-08T07:33:50Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=fd7a5492407a024588c0bc6abf66f88f818c3c14'/>
<id>urn:sha1:fd7a5492407a024588c0bc6abf66f88f818c3c14</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup drivers/fusion/* build</title>
<updated>2002-05-08T06:53:07Z</updated>
<author>
<name>Kai Germaschewski</name>
<email>kai@tp1.ruhr-uni-bochum.de</email>
</author>
<published>2002-05-08T06:53:07Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=57786854adc509a6450ca0b733ad8e9bfe1c08ec'/>
<id>urn:sha1:57786854adc509a6450ca0b733ad8e9bfe1c08ec</id>
<content type='text'>
Don't shortcut from drivers/Makefile to 
drivers/message/{fusion,i2o}/Makefile, but use intermediate
drivers/message/Makefile.

Cleanup drivers/message/fusion/Config.in and get rid of unnecessary
CONFIG_FUSION_BOOT.
</content>
</entry>
</feed>
