aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/x86/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Transceiver52M/x86/Makefile.am')
-rw-r--r--Transceiver52M/x86/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/Transceiver52M/x86/Makefile.am b/Transceiver52M/x86/Makefile.am
new file mode 100644
index 0000000..0621b17
--- /dev/null
+++ b/Transceiver52M/x86/Makefile.am
@@ -0,0 +1,8 @@
+AM_CFLAGS = -Wall -std=gnu99 -march=native -I../common
+
+noinst_LTLIBRARIES = libarch.la
+
+libarch_la_SOURCES = \
+ ../common/convolve_base.c \
+ convert.c \
+ convolve.c