diff --git a/Makefile b/Makefile index 6e9e098..7918bf0 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ BUILD_DIR := build ROM := $(BUILD_DIR)/$(TARGET)-$(VERSION).z64 ELF := $(ROM:.z64=.elf) MAP := $(ROM:.z64=.map) -LDSCRIPT := linker_scripts/$(VERSION)/$(TARGET)-$(VERSION).ld +LDSCRIPT := $(ROM:.z64=.ld) #### Setup #### diff --git a/yamls/us/header.yaml b/yamls/us/header.yaml index 1210b70..a890af1 100644 --- a/yamls/us/header.yaml +++ b/yamls/us/header.yaml @@ -3,7 +3,7 @@ sha1: b13072fef6c6df48c07d8822c01e5bc59036f6da options: basename: yoshisstory target_path: baseroms/us/baserom.z64 - ld_script_path: linker_scripts/us/yoshisstory-us.ld + ld_script_path: build/yoshisstory-us.ld base_path: . compiler: IDO find_file_boundaries: True