[PATCH] src: re-order source list alphabetically

Alex Hung alex.hung at canonical.com
Wed Nov 8 09:10:08 UTC 2017


There are no functional changes.

Signed-off-by: Alex Hung <alex.hung at canonical.com>
---
 src/Makefile.am | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index cd4b591..4daa9e8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -45,16 +45,6 @@ endif
 #
 fwts_SOURCES = main.c 				\
 	acpi/ac_adapter/ac_adapter.c 		\
-	acpi/devices/ac_adapter/ac.c		\
-	acpi/devices/battery/battery.c		\
-	acpi/devices/battery/smart_battery.c	\
-	acpi/devices/ec/ec.c			\
-	acpi/devices/buttons/power_button.c	\
-	acpi/devices/buttons/sleep_button.c	\
-	acpi/devices/lid/lid.c			\
-	acpi/devices/sensor/als.c		\
-	acpi/devices/time/time.c		\
-	acpi/devices/wpc/wpc.c			\
 	acpi/acpidump/acpidump.c 		\
 	acpi/acpiinfo/acpiinfo.c 		\
 	acpi/acpitables/acpitables.c 		\
@@ -77,6 +67,16 @@ fwts_SOURCES = main.c 				\
 	acpi/cstates/cstates.c 			\
 	acpi/dbgp/dbgp.c 			\
 	acpi/dbg2/dbg2.c 			\
+	acpi/devices/ac_adapter/ac.c		\
+	acpi/devices/battery/battery.c		\
+	acpi/devices/battery/smart_battery.c	\
+	acpi/devices/ec/ec.c			\
+	acpi/devices/buttons/power_button.c	\
+	acpi/devices/buttons/sleep_button.c	\
+	acpi/devices/lid/lid.c			\
+	acpi/devices/sensor/als.c		\
+	acpi/devices/time/time.c		\
+	acpi/devices/wpc/wpc.c			\
 	acpi/dmar/dmar.c 			\
 	acpi/dppt/dppt.c 			\
 	acpi/drtm/drtm.c 			\
-- 
2.7.4




More information about the fwts-devel mailing list