Re: [Powertop] [PATCH] update source file for android
Sergey Senozhatsky <sergey.senozhatsky at gmail.com>
| Newsgroups | dev.linux.lists.powertop |
|---|---|
| Message-ID | <[email protected]> |
On (10/21/13 17:17), Sanjay Singh Rawat wrote: > - these files are missing in the android makefile > > Signed-off-by: Sanjay Singh Rawat <sanjay.rawat(a)linaro.org> Hello, I took both patches and merged them into one [PATCH] resolve android build errors since they address RAPL android build errors. added to the -next tree. thank you. -ss > --- > Android.mk | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/Android.mk b/Android.mk > index ec47c4b..cf13fe8 100644 > --- a/Android.mk > +++ b/Android.mk > @@ -31,6 +31,9 @@ LOCAL_SRC_FILES += \ > src/cpu/cpu_core.cpp \ > src/cpu/cpu_package.cpp \ > src/cpu/abstract_cpu.cpp \ > + src/cpu/cpu_rapl_device.cpp \ > + src/cpu/dram_rapl_device.cpp \ > + src/cpu/rapl/rapl_interface.cpp \ > src/measurement/measurement.cpp \ > src/measurement/acpi.cpp \ > src/measurement/extech.cpp \ > @@ -62,6 +65,7 @@ LOCAL_SRC_FILES += \ > src/devices/backlight.cpp \ > src/devices/network.cpp \ > src/devices/device.cpp \ > + src/devices/gpu_rapl_device.cpp \ > src/devlist.cpp \ > src/calibrate/calibrate.cpp \ > src/lib.cpp \ > -- > 1.7.9.5 > > _______________________________________________ > PowerTop mailing list > PowerTop(a)lists.01.org > https://lists.01.org/mailman/listinfo/powertop >