aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/x86/Makefile.am
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2017-03-16 14:50:25 +0100
committerTom Tsou <tom@tsou.cc>2017-05-19 17:16:37 +0000
commitfe9769833fa74ea841f78c0e931130a70fc3aca9 (patch)
tree5145cf70925bec2f634551ee0d7b1c8134078c4a /Transceiver52M/x86/Makefile.am
parent7e07cf23464532ca156fe4ea4430928da2cbbff1 (diff)
cosmetic: remove code duplication
The ARM and the X86 implementation of the conversion functions share the same, non cpu specific implementation in separate files. This commit removes the code duplication by putting the generic implementation into a convert_base.c, similar to to convolve_base.c Change-Id: Ic8d8534a343e27cde79ddc85be4998ebd0cb6e5c
Diffstat (limited to 'Transceiver52M/x86/Makefile.am')
-rw-r--r--Transceiver52M/x86/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Transceiver52M/x86/Makefile.am b/Transceiver52M/x86/Makefile.am
index 699faad..7a0b75f 100644
--- a/Transceiver52M/x86/Makefile.am
+++ b/Transceiver52M/x86/Makefile.am
@@ -5,6 +5,7 @@ noinst_LTLIBRARIES = libarch.la
libarch_la_SOURCES = \
../common/convolve_base.c \
+ ../common/convert_base.c \
convert.c \
convolve.c
endif