Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 346904
b: refs/heads/master
c: 55f1f54
h: refs/heads/master
v: v3
  • Loading branch information
Josh Boyer authored and Len Brown committed Nov 30, 2012
1 parent 33ed6cc commit c1c9fd4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ee0778a3015370779f603d2b6119a6ec2b1c811a
refs/heads/master: 55f1f545f709a6023371848028a3029118855576
6 changes: 4 additions & 2 deletions trunk/tools/power/x86/x86_energy_perf_policy/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
DESTDIR ?=

x86_energy_perf_policy : x86_energy_perf_policy.c

clean :
rm -f x86_energy_perf_policy

install :
install x86_energy_perf_policy /usr/bin/
install x86_energy_perf_policy.8 /usr/share/man/man8/
install x86_energy_perf_policy ${DESTDIR}/usr/bin/
install x86_energy_perf_policy.8 ${DESTDIR}/usr/share/man/man8/

0 comments on commit c1c9fd4

Please sign in to comment.