aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLisa Nguyen <lisa.nguyen@linaro.org>2016-04-04 14:26:26 -0700
committerLisa Nguyen <lisa.nguyen@linaro.org>2016-08-08 11:14:40 -0700
commit588ae0ac75a96af50e525cf4255394521b56f770 (patch)
tree6f7dd5dc486717d5bf8abf2959443fe135a8d7f5
parent1027386806583a24400fdcb9dd1c64578731d07d (diff)
src/Makefile.am: Add usb.h and usb.cpp files to powertop_SOURCES
Resolve this error: In function `one_measurement(int, char*)': undefined reference to `create_all_usb_devices()' devices/powertop-device.o: In function `create_all_devices()': undefined reference to `create_all_usb_devices()' by adding devices/usb.h and devices/usb.cpp files to the powertop_SOURCES list. Signed-off-by: Lisa Nguyen <lisa.nguyen@linaro.org>
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index b792948..edf5631 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -57,6 +57,8 @@ powertop_SOURCES = \
devices/thinkpad-fan.h \
devices/thinkpad-light.cpp \
devices/thinkpad-light.h \
+ devices/usb.h \
+ devices/usb.cpp \
measurement/acpi.cpp \
measurement/acpi.h \
measurement/extech.cpp \