[dahdi-commits] tzafrir: linux/trunk r4407 - /linux/trunk/drivers/dahdi/Kbuild
SVN commits to the DAHDI project
dahdi-commits at lists.digium.com
Thu Jun 19 08:24:42 CDT 2008
Author: tzafrir
Date: Thu Jun 19 08:24:41 2008
New Revision: 4407
URL: http://svn.digium.com/view/dahdi?view=rev&rev=4407
Log:
Remove some unused magic intended to build MMX automatically.
Reimplement this with Kconfig if you really want it.
Modified:
linux/trunk/drivers/dahdi/Kbuild
Modified: linux/trunk/drivers/dahdi/Kbuild
URL: http://svn.digium.com/view/dahdi/linux/trunk/drivers/dahdi/Kbuild?view=diff&rev=4407&r1=4406&r2=4407
==============================================================================
--- linux/trunk/drivers/dahdi/Kbuild (original)
+++ linux/trunk/drivers/dahdi/Kbuild Thu Jun 19 08:24:41 2008
@@ -78,24 +78,4 @@
$(obj)/makefw: $(src)/makefw.c
$(HOSTCC) -o $@ $^
-# set CONFIG_DAHDI_MMX for a number of CPU types.
-# Right now this part is not enabled, unless you build with
-# DAHDI_MMX_AUTO=something .
-DAHDIMMX_WHITELIST_i386 = M586MMX M686 MPENTIUMII MPENTIUMIII MPENTIUMM \
- MPENTIUM4 MVIAC3_2
-
-DAHDIMMX_WHITELIST_x86_64 =
-
-# A list of configuration variables to test: CONFIG_M686 , etc.
-DAHDIMMX_CONFIG_VARS := $(DAHDIMMX_WHITELIST_$(ARCH):%=CONFIG_%)
-
-# expand them:
-DAHDIMMX_CONFIG_VALS := $(strip $(foreach var,$(DAHDIMMX_CONFIG_VARS),$(var)) )
-ifdef DAHDI_MMX_AUTO
- ifdef DAHDIMMX_CONFIG_VALS
- # TODO: make that
- CFLAGS_dahdi-base.o += -DCONFIG_DAHDI_MMX
- endif
-endif
-
clean-files := radfw.h tor2fw.h
More information about the dahdi-commits
mailing list