mirror of
https://github.com/nzp-team/dquakeplus.git
synced 2025-02-16 16:41:03 +00:00
Make: do not use KERNEL_MODE unless BUILD_PRX is active
This commit is contained in:
parent
eb069e78d2
commit
26fefa4096
2 changed files with 2 additions and 4 deletions
3
MakePHAT
3
MakePHAT
|
@ -12,14 +12,13 @@ PSP_EBOOT_PIC1 = source/psp/pics/pic.png
|
|||
|
||||
PSP_FW_VERSION=400
|
||||
|
||||
MODE=-DKERNEL_MODE
|
||||
|
||||
ifeq ($(USE_GPROF),1)
|
||||
GPROF_LIBS = -lpspprof
|
||||
GPROF_FLAGS = -pg -DPROFILE
|
||||
else
|
||||
ifeq ($(DEBUG),1)
|
||||
BUILD_PRX = 1
|
||||
MODE=-DKERNEL_MODE
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
3
MakeSLIM
3
MakeSLIM
|
@ -12,14 +12,13 @@ PSP_EBOOT_PIC1 = source/psp/pics/pic.png
|
|||
|
||||
PSP_FW_VERSION=400
|
||||
|
||||
MODE=-DKERNEL_MODE
|
||||
|
||||
ifeq ($(USE_GPROF),1)
|
||||
GPROF_LIBS = -lpspprof
|
||||
GPROF_FLAGS = -pg -DPROFILE
|
||||
else
|
||||
ifeq ($(DEBUG),1)
|
||||
BUILD_PRX = 1
|
||||
MODE=-DKERNEL_MODE
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue