You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
223B

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