mirror of
https://github.com/rvtr/ctr_firmware.git
synced 2025-10-31 07:51:08 -04:00
cygpath修正。
git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_firmware@7 b871894f-2f95-9b40-918c-086798483c85
This commit is contained in:
parent
9231ed64ed
commit
e0bc92dd04
@ -131,6 +131,11 @@ BROM_DEBUGGER ?= KMC
|
||||
CTR_DEBUGGER ?= $(BROM_DEBUGGER)
|
||||
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
### CTR-commondefs
|
||||
#
|
||||
include $(CTRFIRM_ROOT)/build/buildtools/commondefs
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
# BROM-SDK path settings
|
||||
#
|
||||
@ -277,11 +282,6 @@ BROM_LIBS ?= $(CRT0_O) $(addsuffix $(BROM_LIBSUFFIX).a,$(BROM_LIBS_BASE))
|
||||
|
||||
BROM_LDEPENDS_DBG ?= $(CTRBROM_ROOT)/build/libraries/os/common/os_printf.c \
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
### CTR-commondefs
|
||||
#
|
||||
include $(CTRFIRM_ROOT)/build/buildtools/commondefs
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
# MY BUILD TOOLS
|
||||
#
|
||||
|
||||
Loading…
Reference in New Issue
Block a user