Adding support for cross-compilation in powerdebug Makefile.
diff --git a/Makefile b/Makefile
index 2da9d67..d7c5394 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,8 @@ BINDIR=/usr/sbin
MANDIR=/usr/share/man/man8
CFLAGS?=-O1 -g -Wall -Wshadow
-CC?=gcc
+LD = $(CROSS_COMPILE)ld
+CC = $(C
Hello Amit,
Thanks. I have sent the patch (different thread). I replaced "Samsung" with
"ARMv7" as this looks more suitable.
- Meraj
On Tue, May 6, 2014 at 12:34 PM, Amit Kucheria wrote:
> Hi Mohammad,
>
> Thanks for investigating. Care to send this patch as a diff?
>
> Also, we'll need to c
Patch for powertop bugs 1311281, 1316906.
Details here -
http://lists.linaro.org/pipermail/linaro-dev/2014-May/017142.html
http://lists.linaro.org/pipermail/linaro-dev/2014-May/017143.html
diff --git a/src/cpu/cpu.cpp b/src/cpu/cpu.cpp
index 4a7e197..140d7ed 100644
--- a/src/cpu/cpu.cpp
+++ b/