1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00

Fix eboot makefile

This commit is contained in:
Ivan Grokhotkov 2015-05-29 19:35:31 +03:00
parent 48e0d44860
commit de28edb82f
2 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ BIN_DIR := ./
TARGET_DIR := ./
TARGET_OBJ_FILES := \
eboot_debug.o \
eboot.o \
TARGET_OBJ_PATHS := $(addprefix $(TARGET_DIR)/,$(TARGET_OBJ_FILES))

Binary file not shown.