projects
/
firefly-linux-kernel-4.4.55.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
[firefly-linux-kernel-4.4.55.git]
/
tools
/
power
/
x86
/
turbostat
/
Makefile
1
turbostat : turbostat.c
2
CFLAGS += -Wall
3
4
clean :
5
rm -f turbostat
6
7
install :
8
install turbostat /usr/bin/turbostat
9
install turbostat.8 /usr/share/man/man8