Skip to content

Commit d8a2dfd

Browse files
committed
build IMA tools for lin
1 parent 3736fe6 commit d8a2dfd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build/makefiles/lin/tools.mk

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,12 @@ OBJECTS = \
172172
$(TMP_DIR)/commodettoReadJPEG.c.o \
173173
$(TMP_DIR)/commodettoReadPNG.c.o \
174174
$(TMP_DIR)/cfeBMF.c.o \
175+
$(TMP_DIR)/dvi_adpcm_encode.c.o \
175176
$(TMP_DIR)/image2cs.c.o \
176177
$(TMP_DIR)/miniz.c.o \
177178
$(TMP_DIR)/modInstrumentation.c.o \
178-
$(TMP_DIR)/tool.c.o
179+
$(TMP_DIR)/tool.c.o \
180+
$(TMP_DIR)/wav2maud.c.o
179181

180182
COMMANDS = \
181183
$(BIN_DIR)/buildclut \

0 commit comments

Comments
 (0)