Fix name collision in flash_eraseall restoration.

This commit is contained in:
Gregory Nutt 2016-06-05 08:41:02 -06:00
parent d06b721ba2
commit 19be2cafea
2 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ STACKSIZE = 1024
ASRCS =
CSRCS =
MAINSRC = flash_eraseall.c
MAINSRC = flash_eraseall_main.c
AOBJS = $(ASRCS:.S=$(OBJEXT))
COBJS = $(CSRCS:.c=$(OBJEXT))