linux/tools
Mark Asselstine ee0778a301 tools/power: turbostat: make Makefile a bit more capable
The turbostat Makefile is pretty simple, its output is placed in the
same directory as the source, the install rule has no concept of a
prefix or sysroot, and you can set CC to use a specific compiler but
not use the more familiar CROSS_COMPILE. By making a few minor changes
these limitations are removed while leaving the default behavior
matching what it used to be.

Example build with these changes:
make CROSS_COMPILE=i686-wrs-linux-gnu- DESTDIR=/tmp install

or from the tools directory
make CROSS_COMPILE=i686-wrs-linux-gnu- DESTDIR=/tmp turbostat_install

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Len Brown <len.brown@intel.com>
2012-11-30 01:09:45 -05:00
..
firewire
hv
include/tools
lguest lguest: fix occasional crash in example launcher. 2012-10-04 12:12:59 +09:30
lib/traceevent tools lib traceevent: Fix missed freeing of subargs in free_arg() in filter 2012-10-16 13:07:05 -03:00
nfsd
perf perf test: Fix exclude_guest parse events tests 2012-10-22 14:02:01 -02:00
power tools/power: turbostat: make Makefile a bit more capable 2012-11-30 01:09:45 -05:00
scripts
testing With the v3.7-rc2 kernel, the network cards on my target boxes 2012-10-28 11:14:52 -07:00
usb
virtio
vm UAPI: fix tools/vm/page-types.c 2012-10-25 14:37:53 -07:00
Makefile