mirror of
https://github.com/rvtr/ctr_firmware.git
synced 2025-06-19 09:15:32 -04:00
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:
parent
93acd84fee
commit
771b186193
@ -22,7 +22,13 @@ include $(CTRBROM_ROOT)/build/buildtools/commondefs
|
|||||||
|
|
||||||
SUBDIRS = \
|
SUBDIRS = \
|
||||||
thread \
|
thread \
|
||||||
nand \
|
|
||||||
|
ifeq ($(BROM_PLATFORM),NE1EMU)
|
||||||
|
|
||||||
|
SUBDIRS = \
|
||||||
|
nand \
|
||||||
|
|
||||||
|
endif # ($(BROM_PLATFORM),NE1EMU)
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user