Skip to content

Commit 9980066

Browse files
committed
Fix eboot makefile
1 parent a4d8a3b commit 9980066

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

hardware/esp8266com/esp8266/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

Binary file not shown.

0 commit comments

Comments
 (0)