nandがNE1EMU以外ビルドが通らないことに対処。

git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_firmware@263 b871894f-2f95-9b40-918c-086798483c85
This commit is contained in:
(no author) 2009-02-06 11:34:15 +00:00
parent 93acd84fee
commit 771b186193

View File

@ -22,8 +22,14 @@ include $(CTRBROM_ROOT)/build/buildtools/commondefs
SUBDIRS = \
thread \
ifeq ($(BROM_PLATFORM),NE1EMU)
SUBDIRS = \
nand \
endif # ($(BROM_PLATFORM),NE1EMU)
#----------------------------------------------------------------------------
include $(CTRBROM_ROOT)/build/buildtools/modulerules