add opts files to the make

git-svn-id: http://skia.googlecode.com/svn/trunk@296 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
reed@android.com 2009-07-30 02:25:54 +00:00
parent 7d2e322bee
commit ed7bd9b4d3
2 changed files with 7 additions and 0 deletions

View File

@ -26,6 +26,10 @@ DEFINES += -DSK_SUPPORT_LCDTEXT
include src/core/core_files.mk
SRC_LIST := $(addprefix src/core/, $(SOURCE))
# add the opts (optimizations)
include src/opts/opts_files.mk
SRC_LIST += $(addprefix src/opts/, $(SOURCE))
# we usually need ports
include src/ports/ports_files.mk
SRC_LIST += $(addprefix src/ports/, $(SOURCE))

3
src/opts/opts_files.mk Normal file
View File

@ -0,0 +1,3 @@
SOURCE := \
SkBlitRow_opts_none.cpp