Skip to content

Commit de28edb

Browse files
committed
Fix eboot makefile
1 parent 48e0d44 commit de28edb

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

bootloaders/eboot/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ BIN_DIR := ./
44
TARGET_DIR := ./
55

66
TARGET_OBJ_FILES := \
7-
eboot_debug.o \
7+
eboot.o \
88

99
TARGET_OBJ_PATHS := $(addprefix $(TARGET_DIR)/,$(TARGET_OBJ_FILES))
1010

bootloaders/eboot/eboot.elf

-1.12 KB
Binary file not shown.

0 commit comments

Comments
 (0)