summaryrefslogtreecommitdiffstats
path: root/src/host
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2022-11-11 13:44:51 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2022-11-11 13:45:11 +0700
commitc3916785d8be68705ff281dae8d5f32cddddfc8a (patch)
tree3d85ffc1168439891b56c3ee310278dbecce3d51 /src/host
parent4cf9004b966e3f147eef03ea4c8affeb554e84a9 (diff)
trxcon: cosmetic: rename trxcon.c to trxcon_main.c
Diffstat (limited to 'src/host')
-rw-r--r--src/host/trxcon/src/Makefile.am2
-rw-r--r--src/host/trxcon/src/trxcon_main.c (renamed from src/host/trxcon/src/trxcon.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/src/host/trxcon/src/Makefile.am b/src/host/trxcon/src/Makefile.am
index 3af004d6..1ec4d76f 100644
--- a/src/host/trxcon/src/Makefile.am
+++ b/src/host/trxcon/src/Makefile.am
@@ -43,7 +43,7 @@ trxcon_SOURCES = \
trx_if.c \
logging.c \
trxcon_fsm.c \
- trxcon.c \
+ trxcon_main.c \
$(NULL)
trxcon_LDADD = \
diff --git a/src/host/trxcon/src/trxcon.c b/src/host/trxcon/src/trxcon_main.c
index 838bb6a2..838bb6a2 100644
--- a/src/host/trxcon/src/trxcon.c
+++ b/src/host/trxcon/src/trxcon_main.c