diff mbox series

[03/10] Makefile: Keep libpdbg sources sorted

Message ID 20181107021456.1219553-4-amitay@ozlabs.org
State Accepted
Headers show
Series Build fixes for make dist/install to work | expand

Checks

Context Check Description
snowpatch_ozlabs/apply_patch success master/apply_patch Successfully applied
snowpatch_ozlabs/build-multiarch success Test build-multiarch on branch master

Commit Message

Amitay Isaacs Nov. 7, 2018, 2:14 a.m. UTC
Signed-off-by: Amitay Isaacs <amitay@ozlabs.org>
---
 Makefile.am | 31 ++++++++++++++++---------------
 1 file changed, 16 insertions(+), 15 deletions(-)
diff mbox series

Patch

diff --git a/Makefile.am b/Makefile.am
index 82528a3..c1f188e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -126,29 +126,30 @@  libfdt_la_SOURCES = \
 	libfdt/libfdt_internal.h
 
 libpdbg_la_SOURCES = \
-	libpdbg/libpdbg.c \
-	libpdbg/host.c \
-	libpdbg/kernel.c \
-	libpdbg/fake.c \
-	libpdbg/chip.c \
-	libpdbg/p8chip.c \
-	libpdbg/p9chip.c \
-	libpdbg/bmcfsi.c \
-	libpdbg/cfam.c \
-	libpdbg/i2c.c \
 	libpdbg/adu.c \
-	libpdbg/device.c \
-	libpdbg/target.c \
-	libpdbg/htm.c \
-	libpdbg/debug.c \
 	libpdbg/backend.h \
 	libpdbg/bitutils.h \
+	libpdbg/bmcfsi.c \
+	libpdbg/cfam.c \
+	libpdbg/chip.c \
 	libpdbg/compiler.h \
+	libpdbg/debug.c \
 	libpdbg/debug.h \
+	libpdbg/device.c \
 	libpdbg/device.h \
-	libpdbg/operations.h \
+	libpdbg/fake.c \
+	libpdbg/host.c \
+	libpdbg/htm.c \
+	libpdbg/i2c.c \
+	libpdbg/kernel.c \
+	libpdbg/libpdbg.c \
 	libpdbg/libpdbg.h \
+	libpdbg/operations.h \
+	libpdbg/p8chip.c \
+	libpdbg/p9chip.c \
+	libpdbg/target.c \
 	libpdbg/target.h
+
 libpdbg_la_LIBADD = libfdt.la
 
 include_HEADERS = libpdbg/libpdbg.h