Add uncompressed (lol)

This commit is contained in:
CrashOveride95
2021-04-18 13:37:52 -04:00
parent 69c5d0cbb1
commit 51c34079b3
4 changed files with 25 additions and 2 deletions

4
uncomprules.mk Normal file
View File

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