summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoroctorock <79596758+octorock@users.noreply.github.com>2021-06-22 00:39:03 +0200
committeroctorock <79596758+octorock@users.noreply.github.com>2021-06-23 08:30:45 +0200
commitcc4c42c54edb81784b2f2b3d03e54775236cefa3 (patch)
tree685c000d400c402a95a4585bcf91ad030b8e075e /Makefile
parent6f54607fbf58ccb5eae56329c4dd1226680adc88 (diff)
Use ifdefs in linker file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 18910b78..fbf922d0 100644
--- a/Makefile
+++ b/Makefile
@@ -12,8 +12,6 @@ GAME_LANGUAGE := ENGLISH
TITLE := GBAZELDA MC
MAKER_CODE := 01
-LINKER_FILE = linker.ld
-
ifeq ($(GAME_VERSION), USA)
GAME_CODE := BZME
BUILD_NAME := tmc
@@ -30,7 +28,6 @@ else
ifeq ($(GAME_VERSION), EU)
GAME_CODE := BZMP
BUILD_NAME := tmc_eu
-LINKER_FILE := linker_EU.ld
else
$(error unknown version $(GAME_VERSION))
endif