summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index 2e343ee1..e09e1148 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -23,6 +23,9 @@ $(NASM):
%.o: %.asm $(NASMDEP)
$(NASM) $(NASMOPT) -f elf32 -gdwarf -o $@ -MD $@.dep -l $@.lst $<
+%.ox: %.asm $(NASMDEP)
+ $(NASM) $(NASMOPT) -f elfx32 -gdwarf -o $@ -MD $@.dep -l $@.lst $<
+
%.o64: %.asm $(NASMDEP)
$(NASM) $(NASMOPT) -f elf64 -gdwarf -o $@ -MD $@.dep -l $@.lst $<