aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-06-17 17:24:25 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2020-06-17 17:24:46 +0200
commit44d91846f0b0261d0a13616929506741df606310 (patch)
tree7d97200e3d8fe5c1433773d411e33c80a1e9b109 /src/common
parentb56161f4e654af2c378d954666bf31b3b39b8a04 (diff)
cosmetic: common/Makefile.am: split each source file in one line
Diffstat (limited to 'src/common')
-rw-r--r--src/common/Makefile.am35
1 files changed, 29 insertions, 6 deletions
diff --git a/src/common/Makefile.am b/src/common/Makefile.am
index 0a10abf7..cd22f7ba 100644
--- a/src/common/Makefile.am
+++ b/src/common/Makefile.am
@@ -7,11 +7,34 @@ AM_CFLAGS += -DENABLE_LC15BTS
endif
noinst_LIBRARIES = libbts.a libl1sched.a
-libbts_a_SOURCES = gsm_data_shared.c sysinfo.c logging.c abis.c oml.c bts.c \
- rsl.c vty.c paging.c measurement.c amr.c lchan.c \
- load_indication.c pcu_sock.c handover.c msg_utils.c \
- tx_power.c bts_ctrl_commands.c bts_ctrl_lookup.c \
- l1sap.c cbch.c power_control.c main.c phy_link.c \
- dtx_dl_amr_fsm.c scheduler_mframe.c ta_control.c
+libbts_a_SOURCES = \
+ gsm_data_shared.c \
+ sysinfo.c \
+ logging.c \
+ abis.c \
+ oml.c \
+ bts.c \
+ rsl.c \
+ vty.c \
+ paging.c \
+ measurement.c \
+ amr.c \
+ lchan.c \
+ load_indication.c \
+ pcu_sock.c \
+ handover.c \
+ msg_utils.c \
+ tx_power.c \
+ bts_ctrl_commands.c \
+ bts_ctrl_lookup.c \
+ l1sap.c \
+ cbch.c \
+ power_control.c \
+ main.c \
+ phy_link.c \
+ dtx_dl_amr_fsm.c \
+ scheduler_mframe.c \
+ ta_control.c \
+ $(NULL)
libl1sched_a_SOURCES = scheduler.c