This commit is contained in:
CrashOveride95
2021-07-13 11:40:46 -04:00
197 changed files with 7062 additions and 5160 deletions

View File

@@ -6,4 +6,4 @@ $(BUILD_DIR)/%.szp: $(BUILD_DIR)/%.bin
# convert binary szp to object file
$(BUILD_DIR)/%.szp.o: $(BUILD_DIR)/%.szp
$(call print,Converting MIO0 to ELF:,$<,$@)
$(V)printf ".section .data\n\n.incbin \"$<\"\n" | $(AS) $(ASFLAGS) -o $@
$(V)$(LD) -r -b binary $< -o $@