mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-10-04 17:09:09 +00:00
Allow for psp-fixup-imports to be disabled
This commit is contained in:
@@ -69,10 +69,14 @@ endif
|
||||
FINAL_TARGET = $(TARGET).prx
|
||||
|
||||
all: $(FINAL_TARGET)
|
||||
|
||||
ifeq ($(NO_FIXUP_IMPORTS), 1)
|
||||
$(TARGET).elf: $(OBJS)
|
||||
$(LINK.c) $^ $(LIBS) -o $@
|
||||
else
|
||||
$(TARGET).elf: $(OBJS)
|
||||
$(LINK.c) $^ $(LIBS) -o $@
|
||||
$(FIXUP) $@
|
||||
endif
|
||||
|
||||
%.prx: %.elf
|
||||
psp-prxgen $< $@
|
||||
|
Reference in New Issue
Block a user