summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb/common
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-01-12 16:12:43 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2023-01-13 12:16:47 +0100
commit1412c49feded3ad61704399ac9ddd02bd7f5d3ec (patch)
tree6435f32a8886ff293c356440214740dd7a8982c9 /src/host/layer23/include/osmocom/bb/common
parent73abbc235e136c094249927642f0c7cc94209808 (diff)
cosmetic: layer23/include/common/Makefile.am: Set one item per line
Diffstat (limited to 'src/host/layer23/include/osmocom/bb/common')
-rw-r--r--src/host/layer23/include/osmocom/bb/common/Makefile.am18
1 files changed, 15 insertions, 3 deletions
diff --git a/src/host/layer23/include/osmocom/bb/common/Makefile.am b/src/host/layer23/include/osmocom/bb/common/Makefile.am
index f9364cd9..31bb6b64 100644
--- a/src/host/layer23/include/osmocom/bb/common/Makefile.am
+++ b/src/host/layer23/include/osmocom/bb/common/Makefile.am
@@ -1,3 +1,15 @@
-noinst_HEADERS = l1ctl.h l1l2_interface.h l23_app.h logging.h \
- networks.h gps.h sysinfo.h osmocom_data.h utils.h \
- sap_proto.h sap_fsm.h sap_interface.h sim.h
+noinst_HEADERS = \
+ l1ctl.h \
+ l1l2_interface.h \
+ l23_app.h \
+ logging.h \
+ networks.h \
+ gps.h \
+ sysinfo.h \
+ osmocom_data.h \
+ utils.h \
+ sap_proto.h \
+ sap_fsm.h \
+ sap_interface.h \
+ sim.h \
+ $(NULL)