Skip to content

Commit

Permalink
librtas: sort librtas_la_SOURCES
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Lynch <[email protected]>
  • Loading branch information
nathanlynch committed Jul 24, 2024
1 parent a6761e3 commit 648e47a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ LIBRTAS_LIBRARY_VERSION = $(LIBRTAS_CURRENT):$(LIBRTAS_REVISION):$(LIBRTAS_AGE)
lib_LTLIBRARIES += librtas.la
librtas_la_LDFLAGS = -version-info $(LIBRTAS_LIBRARY_VERSION) -lpthread
librtas_la_SOURCES = \
librtas_src/vpd.c \
librtas_src/ofdt.c \
librtas_src/syscall_calls.c \
librtas_src/syscall_rmo.c \
librtas_src/sysparm.c
librtas_src/sysparm.c \
librtas_src/vpd.c

library_include_HEADERS += librtas_src/librtas.h
noinst_HEADERS += \
Expand Down

0 comments on commit 648e47a

Please sign in to comment.