aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/Makefile.am
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-07-20 16:21:54 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2020-07-20 16:21:59 +0200
commit02f2056ccf7ed9f0ebfeaa526823b87a98e57105 (patch)
tree3a1b8c7c41ee3553584ed97564e5b4d0a1348188 /src/utils/Makefile.am
parent54873873452989daca5185ad22f788c6bfe64fa2 (diff)
rename files acc_ramp.* -> acc.c*
With upcoming next commit, the file will contain far more code that simply ramping, so rename it to be more generic. Change-Id: I8c368ab87e264439dea4ccf556821a44664cdbb0
Diffstat (limited to 'src/utils/Makefile.am')
-rw-r--r--src/utils/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/Makefile.am b/src/utils/Makefile.am
index 683c227ef..fd03cb384 100644
--- a/src/utils/Makefile.am
+++ b/src/utils/Makefile.am
@@ -48,7 +48,7 @@ bs11_config_SOURCES = \
bs11_config_LDADD = \
$(top_builddir)/src/osmo-bsc/abis_nm.o \
- $(top_builddir)/src/osmo-bsc/acc_ramp.o \
+ $(top_builddir)/src/osmo-bsc/acc.o \
$(top_builddir)/src/osmo-bsc/bts.o \
$(top_builddir)/src/osmo-bsc/bts_trx.o \
$(top_builddir)/src/osmo-bsc/bts_siemens_bs11.o \
@@ -121,7 +121,7 @@ meas_json_SOURCES = \
meas_json_LDADD = \
$(top_builddir)/src/osmo-bsc/abis_nm.o \
- $(top_builddir)/src/osmo-bsc/acc_ramp.o \
+ $(top_builddir)/src/osmo-bsc/acc.o \
$(top_builddir)/src/osmo-bsc/bts.o \
$(top_builddir)/src/osmo-bsc/bts_trx.o \
$(top_builddir)/src/osmo-bsc/gsm_data.o \