build: Consistently handle conditional compilation for all optimization OBJS.

This commit is contained in:
Diego Biurrun
2012-03-27 23:10:02 +02:00
parent 2ef15b46e4
commit 7bb3a302fe
9 changed files with 33 additions and 24 deletions

View File

@@ -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)