android_mt6572_jiabo/external/ffmpeg/tests/checkasm/x86/Makefile
2025-09-05 16:56:03 +08:00

6 lines
226 B
Makefile

CHECKASMOBJS-$(HAVE_YASM) += x86/checkasm.o
tests/checkasm/x86/%.o: tests/checkasm/x86/%.asm
$(DEPYASM) $(YASMFLAGS) -I $(<D)/ -M -o $@ $< > $(@:.o=.d)
$(YASM) $(YASMFLAGS) -I $(<D)/ -o $@ $<
-$(STRIP) $(ASMSTRIPFLAGS) $@