mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
環境変数TWLFIRM_ROOTの根絶。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@79 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
1ce40d40ee
commit
925985e4c4
4
Makefile
4
Makefile
@ -16,7 +16,7 @@
|
|||||||
# $Author:$
|
# $Author:$
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
@ -25,7 +25,7 @@ SUBDIRS = build
|
|||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/modulerules
|
include $(TWLIPL_ROOT)/build/buildtools/modulerules
|
||||||
|
|
||||||
|
|
||||||
#===== End of Makefile =====
|
#===== End of Makefile =====
|
||||||
|
|||||||
@ -16,7 +16,7 @@
|
|||||||
# $Author:$
|
# $Author:$
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
@ -26,10 +26,12 @@ SUBDIRS = \
|
|||||||
libraries \
|
libraries \
|
||||||
nandfirm \
|
nandfirm \
|
||||||
nand_formatter \
|
nand_formatter \
|
||||||
|
libraries_sysmenu\
|
||||||
|
systemmenu_RED
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/modulerules
|
include $(TWLIPL_ROOT)/build/buildtools/modulerules
|
||||||
|
|
||||||
|
|
||||||
#===== End of Makefile =====
|
#===== End of Makefile =====
|
||||||
|
|||||||
@ -50,10 +50,10 @@ SDEPENDS_BIN += $(MAKEFIRM_RSA_PRVKEY)
|
|||||||
.PHONY: firmtop firmlib
|
.PHONY: firmtop firmlib
|
||||||
|
|
||||||
firmtop:
|
firmtop:
|
||||||
@$(MAKE) -C $(TWLFIRM_ROOT)/build
|
@$(MAKE) -C $(TWLIPL_ROOT)/build
|
||||||
|
|
||||||
firmlib:
|
firmlib:
|
||||||
@$(MAKE) -C $(TWLFIRM_ROOT)/build/libraries
|
@$(MAKE) -C $(TWLIPL_ROOT)/build/libraries
|
||||||
|
|
||||||
# .nor
|
# .nor
|
||||||
$(BINDIR)/%.nor: $(SDEPENDS_BIN) $(FIRM_SPEC) $(LDEPENDS_BIN) $(EDEPENDS_BIN) $(MAKEFILE) $(MAKENORFIRM)
|
$(BINDIR)/%.nor: $(SDEPENDS_BIN) $(FIRM_SPEC) $(LDEPENDS_BIN) $(EDEPENDS_BIN) $(MAKEFILE) $(MAKENORFIRM)
|
||||||
|
|||||||
@ -16,7 +16,7 @@
|
|||||||
# $Author:$
|
# $Author:$
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
@ -38,7 +38,7 @@ SUBDIRS = \
|
|||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/modulerules
|
include $(TWLIPL_ROOT)/build/buildtools/modulerules
|
||||||
|
|
||||||
|
|
||||||
#===== End of Makefile =====
|
#===== End of Makefile =====
|
||||||
|
|||||||
@ -45,7 +45,7 @@ ifdef NITRO_DEBUG
|
|||||||
NITRO_BUILD_TYPE = RELEASE
|
NITRO_BUILD_TYPE = RELEASE
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
INSTALL_TARGETS = $(TARGETS)
|
INSTALL_TARGETS = $(TARGETS)
|
||||||
INSTALL_DIR = $(FIRM_INSTALL_LIBDIR)
|
INSTALL_DIR = $(FIRM_INSTALL_LIBDIR)
|
||||||
@ -55,6 +55,6 @@ INSTALL_DIR = $(FIRM_INSTALL_LIBDIR)
|
|||||||
|
|
||||||
do-build: $(TARGETS)
|
do-build: $(TARGETS)
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/modulerules
|
include $(TWLIPL_ROOT)/build/buildtools/modulerules
|
||||||
|
|
||||||
#===== End of Makefile =====
|
#===== End of Makefile =====
|
||||||
|
|||||||
@ -16,7 +16,7 @@
|
|||||||
# $Author:$
|
# $Author:$
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
@ -25,7 +25,7 @@ SUBDIRS = ARM7
|
|||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/modulerules
|
include $(TWLIPL_ROOT)/build/buildtools/modulerules
|
||||||
|
|
||||||
|
|
||||||
#===== End of Makefile =====
|
#===== End of Makefile =====
|
||||||
|
|||||||
@ -50,7 +50,7 @@ ifdef NITRO_DEBUG
|
|||||||
NITRO_BUILD_TYPE = RELEASE
|
NITRO_BUILD_TYPE = RELEASE
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
INSTALL_TARGETS = $(TARGETS)
|
INSTALL_TARGETS = $(TARGETS)
|
||||||
INSTALL_DIR = $(FIRM_INSTALL_LIBDIR)
|
INSTALL_DIR = $(FIRM_INSTALL_LIBDIR)
|
||||||
@ -60,6 +60,6 @@ INSTALL_DIR = $(FIRM_INSTALL_LIBDIR)
|
|||||||
|
|
||||||
do-build: $(TARGETS)
|
do-build: $(TARGETS)
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/modulerules
|
include $(TWLIPL_ROOT)/build/buildtools/modulerules
|
||||||
|
|
||||||
#===== End of Makefile =====
|
#===== End of Makefile =====
|
||||||
|
|||||||
@ -16,7 +16,7 @@
|
|||||||
# $Author:$
|
# $Author:$
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
@ -25,7 +25,7 @@ SUBDIRS = ARM7
|
|||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/modulerules
|
include $(TWLIPL_ROOT)/build/buildtools/modulerules
|
||||||
|
|
||||||
|
|
||||||
#===== End of Makefile =====
|
#===== End of Makefile =====
|
||||||
|
|||||||
@ -46,7 +46,7 @@ ifdef NITRO_DEBUG
|
|||||||
NITRO_BUILD_TYPE = RELEASE
|
NITRO_BUILD_TYPE = RELEASE
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
INSTALL_TARGETS = $(TARGETS)
|
INSTALL_TARGETS = $(TARGETS)
|
||||||
INSTALL_DIR = $(FIRM_INSTALL_LIBDIR)
|
INSTALL_DIR = $(FIRM_INSTALL_LIBDIR)
|
||||||
@ -55,6 +55,6 @@ INSTALL_DIR = $(FIRM_INSTALL_LIBDIR)
|
|||||||
|
|
||||||
do-build: $(TARGETS)
|
do-build: $(TARGETS)
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/modulerules
|
include $(TWLIPL_ROOT)/build/buildtools/modulerules
|
||||||
|
|
||||||
#===== End of Makefile =====
|
#===== End of Makefile =====
|
||||||
|
|||||||
@ -46,7 +46,7 @@ ifdef NITRO_DEBUG
|
|||||||
NITRO_BUILD_TYPE = RELEASE
|
NITRO_BUILD_TYPE = RELEASE
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
INSTALL_TARGETS = $(TARGETS)
|
INSTALL_TARGETS = $(TARGETS)
|
||||||
INSTALL_DIR = $(FIRM_INSTALL_LIBDIR)
|
INSTALL_DIR = $(FIRM_INSTALL_LIBDIR)
|
||||||
@ -55,7 +55,7 @@ INSTALL_DIR = $(FIRM_INSTALL_LIBDIR)
|
|||||||
|
|
||||||
do-build: $(TARGETS)
|
do-build: $(TARGETS)
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/modulerules
|
include $(TWLIPL_ROOT)/build/buildtools/modulerules
|
||||||
|
|
||||||
LDEPENDS_OBJ := $(MAKEFIRM_RSA_PUBKEY) \
|
LDEPENDS_OBJ := $(MAKEFIRM_RSA_PUBKEY) \
|
||||||
|
|
||||||
|
|||||||
@ -15,7 +15,7 @@
|
|||||||
# $NoKeywords: $
|
# $NoKeywords: $
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
@ -28,7 +28,7 @@ SUBDIRS += ARM7
|
|||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/modulerules
|
include $(TWLIPL_ROOT)/build/buildtools/modulerules
|
||||||
|
|
||||||
|
|
||||||
#===== End of Makefile =====
|
#===== End of Makefile =====
|
||||||
|
|||||||
@ -42,7 +42,7 @@ ifdef NITRO_DEBUG
|
|||||||
NITRO_BUILD_TYPE = RELEASE
|
NITRO_BUILD_TYPE = RELEASE
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
INSTALL_TARGETS = $(TARGETS)
|
INSTALL_TARGETS = $(TARGETS)
|
||||||
INSTALL_DIR = $(FIRM_INSTALL_LIBDIR)
|
INSTALL_DIR = $(FIRM_INSTALL_LIBDIR)
|
||||||
@ -52,7 +52,7 @@ INSTALL_DIR = $(FIRM_INSTALL_LIBDIR)
|
|||||||
|
|
||||||
do-build: $(TARGETS)
|
do-build: $(TARGETS)
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/modulerules
|
include $(TWLIPL_ROOT)/build/buildtools/modulerules
|
||||||
|
|
||||||
|
|
||||||
#===== End of Makefile =====
|
#===== End of Makefile =====
|
||||||
|
|||||||
@ -38,7 +38,7 @@ ifdef NITRO_DEBUG
|
|||||||
NITRO_BUILD_TYPE = RELEASE
|
NITRO_BUILD_TYPE = RELEASE
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
INSTALL_TARGETS = $(TARGETS)
|
INSTALL_TARGETS = $(TARGETS)
|
||||||
INSTALL_DIR = $(FIRM_INSTALL_LIBDIR)
|
INSTALL_DIR = $(FIRM_INSTALL_LIBDIR)
|
||||||
@ -48,7 +48,7 @@ INSTALL_DIR = $(FIRM_INSTALL_LIBDIR)
|
|||||||
|
|
||||||
do-build: $(TARGETS)
|
do-build: $(TARGETS)
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/modulerules
|
include $(TWLIPL_ROOT)/build/buildtools/modulerules
|
||||||
|
|
||||||
|
|
||||||
#===== End of Makefile =====
|
#===== End of Makefile =====
|
||||||
|
|||||||
@ -16,7 +16,7 @@
|
|||||||
# $Author:$
|
# $Author:$
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
@ -26,7 +26,7 @@ SUBDIRS = ARM9 \
|
|||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/modulerules
|
include $(TWLIPL_ROOT)/build/buildtools/modulerules
|
||||||
|
|
||||||
|
|
||||||
#===== End of Makefile =====
|
#===== End of Makefile =====
|
||||||
|
|||||||
@ -34,7 +34,7 @@ SRCS = \
|
|||||||
|
|
||||||
TARGET_LIB = libmi$(FIRM_LIBSUFFIX).a
|
TARGET_LIB = libmi$(FIRM_LIBSUFFIX).a
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
INSTALL_TARGETS = $(TARGETS)
|
INSTALL_TARGETS = $(TARGETS)
|
||||||
INSTALL_DIR = $(FIRM_INSTALL_LIBDIR)
|
INSTALL_DIR = $(FIRM_INSTALL_LIBDIR)
|
||||||
@ -55,6 +55,6 @@ endif
|
|||||||
|
|
||||||
do-build: $(TARGETS)
|
do-build: $(TARGETS)
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/modulerules
|
include $(TWLIPL_ROOT)/build/buildtools/modulerules
|
||||||
|
|
||||||
#===== End of Makefile =====
|
#===== End of Makefile =====
|
||||||
|
|||||||
@ -16,7 +16,7 @@
|
|||||||
# $Author:$
|
# $Author:$
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
@ -25,7 +25,7 @@ SUBDIRS = ARM9
|
|||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/modulerules
|
include $(TWLIPL_ROOT)/build/buildtools/modulerules
|
||||||
|
|
||||||
|
|
||||||
#===== End of Makefile =====
|
#===== End of Makefile =====
|
||||||
|
|||||||
@ -46,7 +46,7 @@ ifdef NITRO_DEBUG
|
|||||||
NITRO_BUILD_TYPE = RELEASE
|
NITRO_BUILD_TYPE = RELEASE
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
INSTALL_TARGETS = $(TARGETS)
|
INSTALL_TARGETS = $(TARGETS)
|
||||||
INSTALL_DIR = $(FIRM_INSTALL_LIBDIR)
|
INSTALL_DIR = $(FIRM_INSTALL_LIBDIR)
|
||||||
@ -56,7 +56,7 @@ INSTALL_DIR = $(FIRM_INSTALL_LIBDIR)
|
|||||||
|
|
||||||
do-build: $(TARGETS)
|
do-build: $(TARGETS)
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/modulerules
|
include $(TWLIPL_ROOT)/build/buildtools/modulerules
|
||||||
|
|
||||||
|
|
||||||
#===== End of Makefile =====
|
#===== End of Makefile =====
|
||||||
|
|||||||
@ -34,7 +34,7 @@ SRCS = \
|
|||||||
|
|
||||||
TARGET_LIB = libos$(FIRM_LIBSUFFIX).a
|
TARGET_LIB = libos$(FIRM_LIBSUFFIX).a
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
INSTALL_TARGETS = $(TARGETS)
|
INSTALL_TARGETS = $(TARGETS)
|
||||||
INSTALL_DIR = $(FIRM_INSTALL_LIBDIR)
|
INSTALL_DIR = $(FIRM_INSTALL_LIBDIR)
|
||||||
@ -55,6 +55,6 @@ endif
|
|||||||
|
|
||||||
do-build: $(TARGETS)
|
do-build: $(TARGETS)
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/modulerules
|
include $(TWLIPL_ROOT)/build/buildtools/modulerules
|
||||||
|
|
||||||
#===== End of Makefile =====
|
#===== End of Makefile =====
|
||||||
|
|||||||
@ -16,7 +16,7 @@
|
|||||||
# $Author:$
|
# $Author:$
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
@ -26,7 +26,7 @@ SUBDIRS = ARM9 \
|
|||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/modulerules
|
include $(TWLIPL_ROOT)/build/buildtools/modulerules
|
||||||
|
|
||||||
|
|
||||||
#===== End of Makefile =====
|
#===== End of Makefile =====
|
||||||
|
|||||||
@ -47,7 +47,7 @@ ifdef NITRO_DEBUG
|
|||||||
NITRO_BUILD_TYPE = RELEASE
|
NITRO_BUILD_TYPE = RELEASE
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
INSTALL_TARGETS = $(TARGETS)
|
INSTALL_TARGETS = $(TARGETS)
|
||||||
INSTALL_DIR = $(FIRM_INSTALL_LIBDIR)
|
INSTALL_DIR = $(FIRM_INSTALL_LIBDIR)
|
||||||
@ -57,6 +57,6 @@ INSTALL_DIR = $(FIRM_INSTALL_LIBDIR)
|
|||||||
|
|
||||||
do-build: $(TARGETS)
|
do-build: $(TARGETS)
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/modulerules
|
include $(TWLIPL_ROOT)/build/buildtools/modulerules
|
||||||
|
|
||||||
#===== End of Makefile =====
|
#===== End of Makefile =====
|
||||||
|
|||||||
@ -16,7 +16,7 @@
|
|||||||
# $Author:$
|
# $Author:$
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
@ -25,7 +25,7 @@ SUBDIRS = ARM7
|
|||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/modulerules
|
include $(TWLIPL_ROOT)/build/buildtools/modulerules
|
||||||
|
|
||||||
|
|
||||||
#===== End of Makefile =====
|
#===== End of Makefile =====
|
||||||
|
|||||||
@ -45,7 +45,7 @@ ifdef NITRO_DEBUG
|
|||||||
NITRO_BUILD_TYPE = RELEASE
|
NITRO_BUILD_TYPE = RELEASE
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
INSTALL_TARGETS = $(TARGETS)
|
INSTALL_TARGETS = $(TARGETS)
|
||||||
INSTALL_DIR = $(FIRM_INSTALL_LIBDIR)
|
INSTALL_DIR = $(FIRM_INSTALL_LIBDIR)
|
||||||
@ -55,7 +55,7 @@ INSTALL_DIR = $(FIRM_INSTALL_LIBDIR)
|
|||||||
|
|
||||||
do-build: $(TARGETS)
|
do-build: $(TARGETS)
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/modulerules
|
include $(TWLIPL_ROOT)/build/buildtools/modulerules
|
||||||
|
|
||||||
|
|
||||||
#===== End of Makefile =====
|
#===== End of Makefile =====
|
||||||
|
|||||||
@ -32,7 +32,7 @@ SRCS = \
|
|||||||
|
|
||||||
TARGET_LIB = libpxi$(FIRM_LIBSUFFIX).a
|
TARGET_LIB = libpxi$(FIRM_LIBSUFFIX).a
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
INSTALL_TARGETS = $(TARGETS)
|
INSTALL_TARGETS = $(TARGETS)
|
||||||
INSTALL_DIR = $(FIRM_INSTALL_LIBDIR)
|
INSTALL_DIR = $(FIRM_INSTALL_LIBDIR)
|
||||||
@ -53,6 +53,6 @@ endif
|
|||||||
|
|
||||||
do-build: $(TARGETS)
|
do-build: $(TARGETS)
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/modulerules
|
include $(TWLIPL_ROOT)/build/buildtools/modulerules
|
||||||
|
|
||||||
#===== End of Makefile =====
|
#===== End of Makefile =====
|
||||||
|
|||||||
@ -16,7 +16,7 @@
|
|||||||
# $Author:$
|
# $Author:$
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
@ -26,7 +26,7 @@ SUBDIRS = ARM9 \
|
|||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/modulerules
|
include $(TWLIPL_ROOT)/build/buildtools/modulerules
|
||||||
|
|
||||||
|
|
||||||
#===== End of Makefile =====
|
#===== End of Makefile =====
|
||||||
|
|||||||
@ -16,7 +16,7 @@
|
|||||||
# $Author:$
|
# $Author:$
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
@ -28,7 +28,7 @@ SUBDIRS = \
|
|||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/modulerules
|
include $(TWLIPL_ROOT)/build/buildtools/modulerules
|
||||||
|
|
||||||
|
|
||||||
#===== End of Makefile =====
|
#===== End of Makefile =====
|
||||||
|
|||||||
@ -16,7 +16,7 @@
|
|||||||
# $Author:$
|
# $Author:$
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
@ -29,7 +29,7 @@ SUBDIRS = \
|
|||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/modulerules
|
include $(TWLIPL_ROOT)/build/buildtools/modulerules
|
||||||
|
|
||||||
|
|
||||||
#===== End of Makefile =====
|
#===== End of Makefile =====
|
||||||
|
|||||||
@ -36,7 +36,7 @@ CRT0_O = crt0_firm.o
|
|||||||
#SRCDIR = # using default
|
#SRCDIR = # using default
|
||||||
#LCFILE = # using default
|
#LCFILE = # using default
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
LLIBRARIES = libaes_sp$(TWL_LIBSUFFIX).a
|
LLIBRARIES = libaes_sp$(TWL_LIBSUFFIX).a
|
||||||
|
|
||||||
@ -45,7 +45,7 @@ LLIBRARIES = libaes_sp$(TWL_LIBSUFFIX).a
|
|||||||
do-build: $(TARGETS)
|
do-build: $(TARGETS)
|
||||||
|
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/modulerules
|
include $(TWLIPL_ROOT)/build/buildtools/modulerules
|
||||||
|
|
||||||
|
|
||||||
#===== End of Makefile =====
|
#===== End of Makefile =====
|
||||||
|
|||||||
@ -36,7 +36,7 @@ CRT0_O = crt0_firm.o
|
|||||||
#LCFILE = # using default
|
#LCFILE = # using default
|
||||||
|
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
@ -44,7 +44,7 @@ include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
|||||||
do-build: $(TARGETS)
|
do-build: $(TARGETS)
|
||||||
|
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/modulerules
|
include $(TWLIPL_ROOT)/build/buildtools/modulerules
|
||||||
|
|
||||||
|
|
||||||
#===== End of Makefile =====
|
#===== End of Makefile =====
|
||||||
|
|||||||
@ -48,12 +48,12 @@ LDIRT_CLEAN += $(TARGETS) \
|
|||||||
$(basename $(firstword $(TARGETS))).tlf \
|
$(basename $(firstword $(TARGETS))).tlf \
|
||||||
rsa_public.sbin \
|
rsa_public.sbin \
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
do-build: $(TARGET_BIN)
|
do-build: $(TARGET_BIN)
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/modulerules
|
include $(TWLIPL_ROOT)/build/buildtools/modulerules
|
||||||
|
|
||||||
#===== End of Makefile =====
|
#===== End of Makefile =====
|
||||||
|
|||||||
@ -31,7 +31,7 @@ SRCS = \
|
|||||||
#LCFILE = # using default
|
#LCFILE = # using default
|
||||||
|
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
INSTALL_DIR = .
|
INSTALL_DIR = .
|
||||||
INSTALL_TARGETS = $(BINDIR)/$(TARGET_BIN)
|
INSTALL_TARGETS = $(BINDIR)/$(TARGET_BIN)
|
||||||
@ -42,7 +42,7 @@ INSTALL_TARGETS = $(BINDIR)/$(TARGET_BIN)
|
|||||||
do-build: $(TARGETS)
|
do-build: $(TARGETS)
|
||||||
|
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/modulerules
|
include $(TWLIPL_ROOT)/build/buildtools/modulerules
|
||||||
|
|
||||||
|
|
||||||
#===== End of Makefile =====
|
#===== End of Makefile =====
|
||||||
|
|||||||
@ -38,13 +38,13 @@ FIRM_SPEC = nandfirm-BB.nandsf
|
|||||||
LDIRT_CLEAN += $(BINDIR)/$(TARGET_BIN) \
|
LDIRT_CLEAN += $(BINDIR)/$(TARGET_BIN) \
|
||||||
rsa_public.sbin \
|
rsa_public.sbin \
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
do-build: $(TARGET_BIN)
|
do-build: $(TARGET_BIN)
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/modulerules
|
include $(TWLIPL_ROOT)/build/buildtools/modulerules
|
||||||
|
|
||||||
|
|
||||||
#===== End of Makefile =====
|
#===== End of Makefile =====
|
||||||
|
|||||||
@ -36,7 +36,7 @@ CRT0_O = crt0_firm.o
|
|||||||
#SRCDIR = # using default
|
#SRCDIR = # using default
|
||||||
#LCFILE = # using default
|
#LCFILE = # using default
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
LLIBRARIES = libaes_sp$(TWL_LIBSUFFIX).a
|
LLIBRARIES = libaes_sp$(TWL_LIBSUFFIX).a
|
||||||
|
|
||||||
@ -45,7 +45,7 @@ LLIBRARIES = libaes_sp$(TWL_LIBSUFFIX).a
|
|||||||
do-build: $(TARGETS)
|
do-build: $(TARGETS)
|
||||||
|
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/modulerules
|
include $(TWLIPL_ROOT)/build/buildtools/modulerules
|
||||||
|
|
||||||
|
|
||||||
#===== End of Makefile =====
|
#===== End of Makefile =====
|
||||||
|
|||||||
@ -36,7 +36,7 @@ CRT0_O = crt0_firm.o
|
|||||||
#LCFILE = # using default
|
#LCFILE = # using default
|
||||||
|
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
@ -44,7 +44,7 @@ include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
|||||||
do-build: $(TARGETS)
|
do-build: $(TARGETS)
|
||||||
|
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/modulerules
|
include $(TWLIPL_ROOT)/build/buildtools/modulerules
|
||||||
|
|
||||||
|
|
||||||
#===== End of Makefile =====
|
#===== End of Makefile =====
|
||||||
|
|||||||
@ -48,12 +48,12 @@ LDIRT_CLEAN += $(TARGETS) \
|
|||||||
$(basename $(firstword $(TARGETS))).tlf \
|
$(basename $(firstword $(TARGETS))).tlf \
|
||||||
rsa_public.sbin \
|
rsa_public.sbin \
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
do-build: $(TARGET_BIN)
|
do-build: $(TARGET_BIN)
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/modulerules
|
include $(TWLIPL_ROOT)/build/buildtools/modulerules
|
||||||
|
|
||||||
#===== End of Makefile =====
|
#===== End of Makefile =====
|
||||||
|
|||||||
@ -31,7 +31,7 @@ SRCS = \
|
|||||||
#LCFILE = # using default
|
#LCFILE = # using default
|
||||||
|
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
INSTALL_DIR = .
|
INSTALL_DIR = .
|
||||||
INSTALL_TARGETS = $(BINDIR)/$(TARGET_BIN)
|
INSTALL_TARGETS = $(BINDIR)/$(TARGET_BIN)
|
||||||
@ -42,7 +42,7 @@ INSTALL_TARGETS = $(BINDIR)/$(TARGET_BIN)
|
|||||||
do-build: $(TARGETS)
|
do-build: $(TARGETS)
|
||||||
|
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/modulerules
|
include $(TWLIPL_ROOT)/build/buildtools/modulerules
|
||||||
|
|
||||||
|
|
||||||
#===== End of Makefile =====
|
#===== End of Makefile =====
|
||||||
|
|||||||
@ -16,7 +16,7 @@
|
|||||||
# $Author:$
|
# $Author:$
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
@ -28,7 +28,7 @@ SUBDIRS = \
|
|||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/modulerules
|
include $(TWLIPL_ROOT)/build/buildtools/modulerules
|
||||||
|
|
||||||
|
|
||||||
#===== End of Makefile =====
|
#===== End of Makefile =====
|
||||||
|
|||||||
@ -37,12 +37,12 @@ FIRM_SPEC = norfirm-BB.norsf
|
|||||||
LDIRT_CLEAN += $(BINDIR)/$(TARGET_BIN) \
|
LDIRT_CLEAN += $(BINDIR)/$(TARGET_BIN) \
|
||||||
rsa_public.sbin \
|
rsa_public.sbin \
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
do-build: $(TARGET_BIN)
|
do-build: $(TARGET_BIN)
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/modulerules
|
include $(TWLIPL_ROOT)/build/buildtools/modulerules
|
||||||
|
|
||||||
#===== End of Makefile =====
|
#===== End of Makefile =====
|
||||||
|
|||||||
@ -36,7 +36,7 @@ SRCS = \
|
|||||||
#LCFILE = # using default
|
#LCFILE = # using default
|
||||||
|
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
@ -44,7 +44,7 @@ include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
|||||||
do-build: $(TARGETS)
|
do-build: $(TARGETS)
|
||||||
|
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/modulerules
|
include $(TWLIPL_ROOT)/build/buildtools/modulerules
|
||||||
|
|
||||||
|
|
||||||
#===== End of Makefile =====
|
#===== End of Makefile =====
|
||||||
|
|||||||
@ -35,7 +35,7 @@ SRCS = \
|
|||||||
#LCFILE = # using default
|
#LCFILE = # using default
|
||||||
|
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
@ -43,7 +43,7 @@ include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
|||||||
do-build: $(TARGETS)
|
do-build: $(TARGETS)
|
||||||
|
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/modulerules
|
include $(TWLIPL_ROOT)/build/buildtools/modulerules
|
||||||
|
|
||||||
|
|
||||||
#===== End of Makefile =====
|
#===== End of Makefile =====
|
||||||
|
|||||||
@ -48,13 +48,13 @@ LDIRT_CLEAN += $(TARGETS) \
|
|||||||
$(basename $(firstword $(TARGETS))).tlf \
|
$(basename $(firstword $(TARGETS))).tlf \
|
||||||
rsa_public.sbin \
|
rsa_public.sbin \
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
do-build: $(TARGET_BIN)
|
do-build: $(TARGET_BIN)
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/modulerules
|
include $(TWLIPL_ROOT)/build/buildtools/modulerules
|
||||||
|
|
||||||
|
|
||||||
#===== End of Makefile =====
|
#===== End of Makefile =====
|
||||||
|
|||||||
@ -31,7 +31,7 @@ SRCS = \
|
|||||||
#LCFILE = # using default
|
#LCFILE = # using default
|
||||||
|
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
INSTALL_DIR = .
|
INSTALL_DIR = .
|
||||||
INSTALL_TARGETS = $(BINDIR)/$(TARGET_BIN)
|
INSTALL_TARGETS = $(BINDIR)/$(TARGET_BIN)
|
||||||
@ -42,7 +42,7 @@ INSTALL_TARGETS = $(BINDIR)/$(TARGET_BIN)
|
|||||||
do-build: $(TARGETS)
|
do-build: $(TARGETS)
|
||||||
|
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/modulerules
|
include $(TWLIPL_ROOT)/build/buildtools/modulerules
|
||||||
|
|
||||||
|
|
||||||
#===== End of Makefile =====
|
#===== End of Makefile =====
|
||||||
|
|||||||
@ -37,7 +37,7 @@ SRCS = acsign.c acmemory.c acsign_util.c
|
|||||||
TARGET_LIB = libacsign_x86.a
|
TARGET_LIB = libacsign_x86.a
|
||||||
|
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
# CCFLAGS += -DOPT_32_BIT -DSTANDALONE -DNO_SPLIT -DNO_FP_API -DNO_R_DIAG -DNO_STDIO_H -DNO_STDLIB_H
|
# CCFLAGS += -DOPT_32_BIT -DSTANDALONE -DNO_SPLIT -DNO_FP_API -DNO_R_DIAG -DNO_STDIO_H -DNO_STDLIB_H
|
||||||
CCFLAGS += -DSMALL_CODE_SIZE \
|
CCFLAGS += -DSMALL_CODE_SIZE \
|
||||||
@ -55,7 +55,7 @@ INSTALL_DIR = .
|
|||||||
|
|
||||||
do-build: $(TARGETS)
|
do-build: $(TARGETS)
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/modulerules
|
include $(TWLIPL_ROOT)/build/buildtools/modulerules
|
||||||
|
|
||||||
|
|
||||||
#===== End of Makefile =====
|
#===== End of Makefile =====
|
||||||
|
|||||||
@ -53,7 +53,7 @@ SRCDIR += ../acsign $(ECC_SRCDIR)
|
|||||||
INCDIR += ../acsign/include $(ECC_INCDIR) $(ECC_SRCDIR)
|
INCDIR += ../acsign/include $(ECC_INCDIR) $(ECC_SRCDIR)
|
||||||
|
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
TARGETS = makegcdfirm.exe
|
TARGETS = makegcdfirm.exe
|
||||||
|
|
||||||
|
|||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
SUBDIRS = wram_rbin \
|
SUBDIRS = wram_rbin \
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
MAKEGCDFIRM = ../makegcdfirm.exe
|
MAKEGCDFIRM = ../makegcdfirm.exe
|
||||||
|
|
||||||
|
|||||||
@ -31,7 +31,7 @@ SRCS = \
|
|||||||
#LCFILE = # using default
|
#LCFILE = # using default
|
||||||
|
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
INSTALL_DIR = .
|
INSTALL_DIR = .
|
||||||
INSTALL_TARGETS = $(BINDIR)/$(TARGET_BIN)
|
INSTALL_TARGETS = $(BINDIR)/$(TARGET_BIN)
|
||||||
@ -42,7 +42,7 @@ INSTALL_TARGETS = $(BINDIR)/$(TARGET_BIN)
|
|||||||
do-build: $(TARGETS)
|
do-build: $(TARGETS)
|
||||||
|
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/modulerules
|
include $(TWLIPL_ROOT)/build/buildtools/modulerules
|
||||||
|
|
||||||
|
|
||||||
#===== End of Makefile =====
|
#===== End of Makefile =====
|
||||||
|
|||||||
@ -53,7 +53,7 @@ SRCDIR += ../acsign $(ECC_SRCDIR)
|
|||||||
INCDIR += ../acsign/include $(ECC_INCDIR) $(ECC_SRCDIR)
|
INCDIR += ../acsign/include $(ECC_INCDIR) $(ECC_SRCDIR)
|
||||||
|
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
TARGETS = makenandfirm.exe
|
TARGETS = makenandfirm.exe
|
||||||
|
|
||||||
|
|||||||
@ -31,7 +31,7 @@ SRCS = \
|
|||||||
#LCFILE = # using default
|
#LCFILE = # using default
|
||||||
|
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
INSTALL_DIR = .
|
INSTALL_DIR = .
|
||||||
INSTALL_TARGETS = $(BINDIR)/$(TARGET_BIN)
|
INSTALL_TARGETS = $(BINDIR)/$(TARGET_BIN)
|
||||||
@ -42,7 +42,7 @@ INSTALL_TARGETS = $(BINDIR)/$(TARGET_BIN)
|
|||||||
do-build: $(TARGETS)
|
do-build: $(TARGETS)
|
||||||
|
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/modulerules
|
include $(TWLIPL_ROOT)/build/buildtools/modulerules
|
||||||
|
|
||||||
|
|
||||||
#===== End of Makefile =====
|
#===== End of Makefile =====
|
||||||
|
|||||||
@ -53,7 +53,7 @@ SRCDIR += ../acsign $(ECC_SRCDIR)
|
|||||||
INCDIR += ../acsign/include $(ECC_INCDIR) $(ECC_SRCDIR)
|
INCDIR += ../acsign/include $(ECC_INCDIR) $(ECC_SRCDIR)
|
||||||
|
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
TARGETS = makenorfirm.exe
|
TARGETS = makenorfirm.exe
|
||||||
|
|
||||||
|
|||||||
@ -31,7 +31,7 @@ SRCS = \
|
|||||||
#LCFILE = # using default
|
#LCFILE = # using default
|
||||||
|
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/commondefs
|
include $(TWLIPL_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
INSTALL_DIR = .
|
INSTALL_DIR = .
|
||||||
INSTALL_TARGETS = $(BINDIR)/$(TARGET_BIN)
|
INSTALL_TARGETS = $(BINDIR)/$(TARGET_BIN)
|
||||||
@ -42,7 +42,7 @@ INSTALL_TARGETS = $(BINDIR)/$(TARGET_BIN)
|
|||||||
do-build: $(TARGETS)
|
do-build: $(TARGETS)
|
||||||
|
|
||||||
|
|
||||||
include $(TWLFIRM_ROOT)/build/buildtools/modulerules
|
include $(TWLIPL_ROOT)/build/buildtools/modulerules
|
||||||
|
|
||||||
|
|
||||||
#===== End of Makefile =====
|
#===== End of Makefile =====
|
||||||
|
|||||||
16
readme.txt
16
readme.txt
@ -1,7 +1,13 @@
|
|||||||
ビルドするには NitroSDK4.0 & TwlSDK が必要です。
|
1.ビルドに必要なもの
|
||||||
|
NORファーム、NANDファーム
|
||||||
|
・NitroSDK4.0以降
|
||||||
|
・TwlSDK
|
||||||
|
システムメニュー
|
||||||
|
・TwlSDK
|
||||||
|
・NitroSystem 070314版(本ツリーのadd-ins内のTwlSDK対応パッチを当てたもの)
|
||||||
|
|
||||||
下記の環境変数を設定してください。
|
|
||||||
例)TWLFIRM_ROOT=c:/TwlIPL
|
|
||||||
|
|
||||||
※NORファームをARM7専有WRAMへロードすることはできません
|
2.環境変数の設定
|
||||||
(ARM9でハッシュをチェックするため)。
|
TWLIPL_ROOT
|
||||||
|
ex.) TWLIPL_ROOT=c:/TwlIPL
|
||||||
|
|
||||||
|
|||||||
2
setup
2
setup
@ -5,4 +5,4 @@
|
|||||||
# Please use 'source ./setup'.
|
# Please use 'source ./setup'.
|
||||||
#----------------------------------------------------------------
|
#----------------------------------------------------------------
|
||||||
|
|
||||||
export TWLFIRM_ROOT=`cygpath -m $PWD`
|
export TWLIPL_ROOT=`cygpath -m $PWD`
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user