diff --git a/build/nandfirm/menu-launcher/ARM9/Makefile b/build/nandfirm/menu-launcher/ARM9/Makefile index ca7e304c..9d2f87b0 100644 --- a/build/nandfirm/menu-launcher/ARM9/Makefile +++ b/build/nandfirm/menu-launcher/ARM9/Makefile @@ -43,8 +43,7 @@ include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs # no thumb version -#LLIBRARIES += libese$(TWL_LIBSUFFIX).a -LLIBRARIES += libese.TWL$(ARCHGEN_TYPE).a +LLIBRARIES += libes.TWL$(ARCHGEN_TYPE).a libboc.TWL$(ARCHGEN_TYPE).a #---------------------------------------------------------------------------- diff --git a/build/nandfirm/menu-launcher2/ARM9/Makefile b/build/nandfirm/menu-launcher2/ARM9/Makefile index 9dd3ac33..956b6697 100644 --- a/build/nandfirm/menu-launcher2/ARM9/Makefile +++ b/build/nandfirm/menu-launcher2/ARM9/Makefile @@ -12,8 +12,8 @@ # in whole or in part, without the prior written consent of Nintendo. # # $Date:: $ -# $Rev:$ -# $Author:$ +# $Rev$ +# $Author$ #---------------------------------------------------------------------------- SUBDIRS = @@ -41,8 +41,7 @@ include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs # no thumb version -#LLIBRARIES += libese$(TWL_LIBSUFFIX).a -LLIBRARIES += libese.TWL$(ARCHGEN_TYPE).a +LLIBRARIES += libes.TWL$(ARCHGEN_TYPE).a libboc.TWL$(ARCHGEN_TYPE).a #----------------------------------------------------------------------------