(shirait) NE1EMUでビルドが通らないのを修正

git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_firmware@299 b871894f-2f95-9b40-918c-086798483c85
This commit is contained in:
(no author) 2009-02-17 09:32:10 +00:00
parent 6cf0322c98
commit 22708942ef

View File

@ -26,12 +26,18 @@ SUBDIRS = \
mi \ mi \
pxi \ pxi \
vlink \ vlink \
nand \
fatfs \ fatfs \
nfs \ nfs \
std \ std \
heap \ heap \
ifeq ($(BROM_PLATFORM),NE1EMU)
SUBDIRS += \
nand \
endif # ($(BROM_PLATFORM),NE1EMU)
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
include $(CTRFIRM_ROOT)/build/buildtools/modulerules include $(CTRFIRM_ROOT)/build/buildtools/modulerules