summaryrefslogtreecommitdiff
path: root/drivers/staging/echo/Kbuild
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2010-01-21 11:39:39 +0200
committerTzafrir Cohen <tzafrir@cohens.org.il>2010-01-21 11:39:39 +0200
commit99f368c6335441c113fd5b783f129903239a11ea (patch)
tree035ea47e6a95845f906e8d434682bb705aa9405a /drivers/staging/echo/Kbuild
parent5a541e505012a8e4ccbb729ab3da4bd29491996c (diff)
Add a more proper MMX support to OSLEC
* Grab mmx.h from http://svn.astfin.org/software/oslec/trunk/spandsp-0.0.3/src/spandsp/mmx.h (rev 2141) * Fix Kbuild * Re-add MMX and SSE2 support in fir.h Note that the added code still needs some slightly shaping into kernel form.
Diffstat (limited to 'drivers/staging/echo/Kbuild')
-rw-r--r--drivers/staging/echo/Kbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/echo/Kbuild b/drivers/staging/echo/Kbuild
index 8e19659..f813006 100644
--- a/drivers/staging/echo/Kbuild
+++ b/drivers/staging/echo/Kbuild
@@ -1,5 +1,5 @@
ifdef DAHDI_USE_MMX
-EXTRA_CFLAGSi += USE_MMX
+EXTRA_CFLAGS += -DUSE_MMX
endif
# An explicit 'obj-m' , unlike the Makefile