<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/tools/Makefile, branch v3.7-rc5</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/tools/Makefile?h=v3.7-rc5</id>
<link rel='self' href='https://git.amat.us/linux/atom/tools/Makefile?h=v3.7-rc5'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2012-04-11T18:00:17Z</updated>
<entry>
<title>tools: Connect to the kernel build system</title>
<updated>2012-04-11T18:00:17Z</updated>
<author>
<name>Borislav Petkov</name>
<email>borislav.petkov@amd.com</email>
</author>
<published>2012-04-11T16:36:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=ea01fa9f63aeff3ac918868217aa94adf76ddcc7'/>
<id>urn:sha1:ea01fa9f63aeff3ac918868217aa94adf76ddcc7</id>
<content type='text'>
Now you can do

$ make tools/&lt;toolname&gt;

from the toplevel kernel directory and have the respective tool built.

If you want to build and install it, do

$ make tools/&lt;toolname&gt;_install

$ make tools/&lt;toolname&gt;_clean

should clean the respective tool directories.

If you want to clean all in tools, simply do

$ make tools/clean

Also, if you want to get what the possible targets are, simply calling

$ make tools/

should give you the short help.

$ make tools/install

installs all tools, of course. Doh.

Signed-off-by: Borislav Petkov &lt;borislav.petkov@amd.com&gt;
Cc: Ingo Molnar &lt;mingo@kernel.org&gt;
Cc: Michal Marek &lt;mmarek@suse.cz&gt;
Cc: Sam Ravnborg &lt;sam@ravnborg.org&gt;
Link: http://lkml.kernel.org/r/1334162178-17152-6-git-send-email-bp@amd64.org
Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;
</content>
</entry>
<entry>
<title>tools: Add a help target</title>
<updated>2012-04-11T17:59:00Z</updated>
<author>
<name>Borislav Petkov</name>
<email>borislav.petkov@amd.com</email>
</author>
<published>2012-04-11T16:36:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=d5dd8afb569cdf89bd2b322d10f80a23bd3d2cfd'/>
<id>urn:sha1:d5dd8afb569cdf89bd2b322d10f80a23bd3d2cfd</id>
<content type='text'>
... and make it the default one so that calling 'make' without arguments
in the tools/ directory gives you the possible targets to build along
with a short description of what they are.

Signed-off-by: Borislav Petkov &lt;borislav.petkov@amd.com&gt;
Cc: Ingo Molnar &lt;mingo@kernel.org&gt;
Cc: Michal Marek &lt;mmarek@suse.cz&gt;
Cc: Sam Ravnborg &lt;sam@ravnborg.org&gt;
Link: http://lkml.kernel.org/r/1334162178-17152-5-git-send-email-bp@amd64.org
Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;
</content>
</entry>
<entry>
<title>tools: Add a toplevel Makefile</title>
<updated>2012-04-11T17:58:43Z</updated>
<author>
<name>Borislav Petkov</name>
<email>borislav.petkov@amd.com</email>
</author>
<published>2012-04-11T16:36:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=2363ecb17041d711fa2b3fb1b1ea2ebc47a0f974'/>
<id>urn:sha1:2363ecb17041d711fa2b3fb1b1ea2ebc47a0f974</id>
<content type='text'>
Add a Makefile with all the targets under tools/.

Signed-off-by: Borislav Petkov &lt;borislav.petkov@amd.com&gt;
Cc: Ingo Molnar &lt;mingo@kernel.org&gt;
Cc: Michal Marek &lt;mmarek@suse.cz&gt;
Cc: Sam Ravnborg &lt;sam@ravnborg.org&gt;
Link: http://lkml.kernel.org/r/1334162178-17152-4-git-send-email-bp@amd64.org
Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;
</content>
</entry>
</feed>
