summaryrefslogtreecommitdiff
path: root/apps/system/flash_eraseall/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/flash_eraseall/Makefile')
-rw-r--r--apps/system/flash_eraseall/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/system/flash_eraseall/Makefile b/apps/system/flash_eraseall/Makefile
index df521af35..40d0dc43b 100644
--- a/apps/system/flash_eraseall/Makefile
+++ b/apps/system/flash_eraseall/Makefile
@@ -59,7 +59,7 @@ CSRCS = flash_eraseall.c
AOBJS = $(ASRCS:.S=$(OBJEXT))
COBJS = $(CSRCS:.c=$(OBJEXT))
-SRCS = $(ASRCS) $(CSRCS)
+SRCS = $(ASRCS) $(CSRCS) $(MAINSRC)
OBJS = $(AOBJS) $(COBJS)
ifeq ($(CONFIG_WINDOWS_NATIVE),y)