forked from KolibriOS/kolibrios
a4b787f4b8
git-svn-id: svn://kolibrios.org@6147 a494cfbc-eb01-0410-851d-a64ba20cac60
7 lines
226 B
Makefile
7 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) $@
|