mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-trx.git
synced 2025-11-02 21:23:16 +00:00
11 lines
171 B
Makefile
11 lines
171 B
Makefile
if !ARCH_ARM
|
|
AM_CFLAGS = -Wall -std=gnu99 -I../common
|
|
|
|
noinst_LTLIBRARIES = libarch.la
|
|
|
|
libarch_la_SOURCES = \
|
|
../common/convolve_base.c \
|
|
convert.c \
|
|
convolve.c
|
|
endif
|