diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2026-03-02 16:45:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-02 16:45:07 +0100 |
| commit | e66e6f8f1da067260ced7ec9abd415011cfab8bc (patch) | |
| tree | f0aca4261aec977236c2af50eab9bab919a5015e /Makefile | |
| parent | 3d51e210200ef05059a42b5e1cdb7ab2d59348d6 (diff) | |
gc-eu-dbg OK (#2700)
* gc-eu-dbg OK
* cleanup/fortify makefile and line_numbers.h changes
* fill segments.csv
* add gc-eu-dbg to Jenkinsfile
* cleanup/fortify dmadata_table.h
* add gc-eu-dbg to readme
* fix checksum check and compressed checksum
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -141,6 +141,14 @@ else ifeq ($(VERSION),gc-eu-mq-dbg) BUILD_DATE := 03-02-21 BUILD_TIME := 00:16:31 REVISION := 15 +else ifeq ($(VERSION),gc-eu-dbg) + REGION ?= EU + PLATFORM := GC + DEBUG_FEATURES ?= 1 + BUILD_CREATOR := zelda@srd022j + BUILD_DATE := 03-02-21 + BUILD_TIME := 00:49:18 + REVISION := 15 else ifeq ($(VERSION),gc-eu) REGION ?= EU PLATFORM := GC |
