From 98dd53d47b03b8263b98ac2806c354f5b018acd2 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sat, 25 May 2024 12:34:44 -0600 Subject: rtl/gfx/firmware: rename gfx_bootrom.S -> bootrom.S --- rtl/gfx/firmware/mod.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtl/gfx/firmware/mod.mk') diff --git a/rtl/gfx/firmware/mod.mk b/rtl/gfx/firmware/mod.mk index 087aadc..611d5c0 100644 --- a/rtl/gfx/firmware/mod.mk +++ b/rtl/gfx/firmware/mod.mk @@ -4,7 +4,7 @@ define core/gfx_bootrom $(this)/cross := riscv32-none-elf- $(this)/hooks := cc objcopy makehex obj - $(this)/cc_files := gfx_bootrom.S + $(this)/cc_files := bootrom.S $(this)/cc_flags = -g -march=rv32imc -mabi=ilp32 $(this)/ld_flags := -nostartfiles -nostdlib $(this)/ld_binary := gfx_bootrom -- cgit v1.2.3