summaryrefslogtreecommitdiff
path: root/volk/Makefile.common
diff options
context:
space:
mode:
authorJohnathan Corgan2011-07-08 18:36:32 -0700
committerJohnathan Corgan2011-07-08 18:36:32 -0700
commit2cad94708515537d889bc0e1444472db81ee8ba5 (patch)
tree14e989409403b50c529b859e4a50cfcf164244a2 /volk/Makefile.common
parent6c9de15d04721c9c77b2c8bf5e6202461eeb1c29 (diff)
parent1aeb7d085556edd23fbab0584603354895b9af6d (diff)
downloadgnuradio-2cad94708515537d889bc0e1444472db81ee8ba5.tar.gz
gnuradio-2cad94708515537d889bc0e1444472db81ee8ba5.tar.bz2
gnuradio-2cad94708515537d889bc0e1444472db81ee8ba5.zip
Merge branch 'master' into next
Diffstat (limited to 'volk/Makefile.common')
-rw-r--r--volk/Makefile.common17
1 files changed, 2 insertions, 15 deletions
diff --git a/volk/Makefile.common b/volk/Makefile.common
index eca2c6516..b9949cb33 100644
--- a/volk/Makefile.common
+++ b/volk/Makefile.common
@@ -20,21 +20,8 @@
# Boston, MA 02110-1301, USA.
#
-if MD_CPU_generic
- platform_CODE = \
- $(top_srcdir)/lib/volk_cpu_generic.c
-endif
-
-if MD_CPU_x86
- platform_CODE = \
- $(top_srcdir)/lib/volk_cpu_x86.c
-endif
-
-if MD_CPU_powerpc
- platform_CODE = \
- $(top_srcdir)/lib/volk_cpu_powerpc.c
-endif
-
+#define gendir for files generated during bootstrap
+top_gendir = $(top_srcdir)/gen
ourincludedir = $(includedir)/volk