summaryrefslogtreecommitdiff
path: root/common.mak
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-03-27 23:10:02 +0200
committerDiego Biurrun <diego@biurrun.de>2012-04-12 09:00:49 +0200
commit7bb3a302feeff37d14a2abb7c7316efa43f8dd5c (patch)
tree6d7a6e40c54b8ed2c48f3f93e19a0be038429b6d /common.mak
parent2ef15b46e42647f6688d05abe2400fe008de5e0a (diff)
build: Consistently handle conditional compilation for all optimization OBJS.
Diffstat (limited to 'common.mak')
-rw-r--r--common.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mak b/common.mak
index d781ced09e..7f2c36774e 100644
--- a/common.mak
+++ b/common.mak
@@ -5,7 +5,7 @@
# first so "all" becomes default target
all: all-yes
-OBJS-$(HAVE_MMX) += $(MMX-OBJS-yes)
+include $(SRC_PATH)/arch.mak
OBJS += $(OBJS-yes)
FFLIBS := $(FFLIBS-yes) $(FFLIBS)