diff --git a/build/systemMenu_RED/Makefile b/build/systemMenu_RED/Makefile index f6e3d861..f070f4ca 100644 --- a/build/systemMenu_RED/Makefile +++ b/build/systemMenu_RED/Makefile @@ -21,6 +21,7 @@ include $(TWLSDK_ROOT)/build/buildtools/commondefs #---------------------------------------------------------------------------- SUBDIRS_P = launcher MachineSettings PictoChat HWInfoWriter \ + NandInitializer #DS_DownloadPlay #---------------------------------------------------------------------------- diff --git a/build/systemMenu_RED/NandInitializer/ARM7.TWL/main.lsf b/build/systemMenu_RED/NandInitializer/ARM7.TWL/main.lsf index f3654bf2..aef8842e 100644 --- a/build/systemMenu_RED/NandInitializer/ARM7.TWL/main.lsf +++ b/build/systemMenu_RED/NandInitializer/ARM7.TWL/main.lsf @@ -53,6 +53,7 @@ Autoload WRAM libcdc_sp$(LIBSUFFIX).a \ libtpex_sp$(LIBSUFFIX).a \ libmicex_sp$(LIBSUFFIX).a \ + libmcu_sp$(LIBSUFFIX).a \ Library libsdio_hcd_twl$(LIBSUFFIX).a \ libsdio_busdriver$(LIBSUFFIX).a \ diff --git a/build/systemMenu_RED/NandInitializer/ARM9.TWL/Makefile b/build/systemMenu_RED/NandInitializer/ARM9.TWL/Makefile index 33e0ed9d..c231e237 100644 --- a/build/systemMenu_RED/NandInitializer/ARM9.TWL/Makefile +++ b/build/systemMenu_RED/NandInitializer/ARM9.TWL/Makefile @@ -58,7 +58,8 @@ SRCS = main.c \ LINCLUDES = ../common/include \ $(ROOT)/build/libraries/lcfg/ARM9.TWL/include -SRCDIR = src ../../../../demos.TWL/camera/saveShoot-1/src +SRCDIR = src \ + $(ROOT)/build/demos.TWL/camera/saveShoot-1/src #LCFILE = # using default MAKEROM_FLAGS += -DTITLEID_LO='$(TITLEID_LO)' \ @@ -80,7 +81,7 @@ LLIBRARIES += libes$(TWL_LIBSUFFIX).a \ #include $(TWLSDK_ROOT)/build/buildtools/commondefs include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs -include $(TWLSDK_ROOT)/build/buildtools/twl/commondefs.gx.demolib +include $(TWLSDK_ROOT)/build/buildtools/commondefs.gx.demolib #----------------------------------------------------------------------------