Include atom reference on index tracer and add only_mem ASM version

Signed-off-by: Rafael Ravedutti <rafaelravedutti@gmail.com>
This commit is contained in:
Rafael Ravedutti
2021-08-10 01:19:26 +02:00
parent 9d79f0248f
commit 6b75c158d6
3 changed files with 589 additions and 1 deletions

View File

@@ -78,7 +78,7 @@ $(BUILD_DIR)/%.s: %.c
$(BUILD_DIR)/%.o: %.s
$(info ===> ASSEMBLE $@)
$(Q)$(AS) $(ASFLAGS) $< -o $@
$(Q)$(AS) $< -o $@
.PHONY: clean distclean tags info asm