<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux.git/drivers/message/Makefile, branch v3.17-rc2</title>
<subtitle>Linux Kernel
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v3.17-rc2</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v3.17-rc2'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/'/>
<updated>2002-12-15T03:41:42Z</updated>
<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>
