diff --git a/build/nandfirm/menu-launcher/Makefile b/build/nandfirm/menu-launcher/Makefile index 05a84ba8..d239ff62 100644 --- a/build/nandfirm/menu-launcher/Makefile +++ b/build/nandfirm/menu-launcher/Makefile @@ -26,9 +26,9 @@ FIRM_TARGET = FIRM #---------------------------------------------------------------------------- SUBDIRS = \ + wram_regs \ ARM7 \ ARM9 \ - wram_regs \ TARGET_FIRM_BIN = menu_launcher-$(FIRM_BUILD_TYPE).nand BINDIR = . diff --git a/build/nandfirm/sdmc-launcher/Makefile b/build/nandfirm/sdmc-launcher/Makefile index 7d269450..12ff21f9 100644 --- a/build/nandfirm/sdmc-launcher/Makefile +++ b/build/nandfirm/sdmc-launcher/Makefile @@ -26,9 +26,9 @@ FIRM_TARGET = FIRM #---------------------------------------------------------------------------- SUBDIRS = \ + wram_regs \ ARM7 \ ARM9 \ - wram_regs \ TARGET_FIRM_BIN = sdmc_launcher-$(FIRM_BUILD_TYPE).nand BINDIR = . diff --git a/build/norfirm/norfirm-print/Makefile b/build/norfirm/norfirm-print/Makefile index e9ab1121..3fa5695f 100644 --- a/build/norfirm/norfirm-print/Makefile +++ b/build/norfirm/norfirm-print/Makefile @@ -26,9 +26,9 @@ FIRM_TARGET = FIRM #---------------------------------------------------------------------------- SUBDIRS = \ + wram_regs \ ARM7 \ ARM9 \ - wram_regs \ TARGET_FIRM_BIN = norfirm_print-$(FIRM_BUILD_TYPE).nor BINDIR = .