diff options
Diffstat (limited to 'rtl/gfx/firmware/mod.mk')
| -rw-r--r-- | rtl/gfx/firmware/mod.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
