lp0 cfg: use a more appropriate entry name

This commit is contained in:
CTCaer
2025-12-17 06:00:02 +02:00
parent b6ec6a8f6e
commit 4229a43818
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ $(BUILD)/%.o: ./%.c
@$(CC) $(CFLAGS) $(BDKINC) -c $< -o $@
$(TARGET).bso: $(OBJS)
@$(CC) $(LDFLAGS) -e _modInit $^ -o $(OUTPUT)/$(TARGET).bso
@$(CC) $(LDFLAGS) -e sdram_lp0_entry $^ -o $(OUTPUT)/$(TARGET).bso
@$(STRIP) -g $(OUTPUT)/$(TARGET).bso
@echo -e "-------------\nBuilt module: "$(TARGET)".bso\n-------------"