summaryrefslogtreecommitdiff
path: root/nuttx/configs/sam3u-ek/kernel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/sam3u-ek/kernel/Makefile')
-rw-r--r--nuttx/configs/sam3u-ek/kernel/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/configs/sam3u-ek/kernel/Makefile b/nuttx/configs/sam3u-ek/kernel/Makefile
index 6daf62253..e9a7ef7ff 100644
--- a/nuttx/configs/sam3u-ek/kernel/Makefile
+++ b/nuttx/configs/sam3u-ek/kernel/Makefile
@@ -128,9 +128,9 @@ $(BOARD_INCLUDE)$(DELIM)user_map.h: $(TOPDIR)$(DELIM)User.map
depend: .depend
clean:
- $(call DELFILE nuttx_user.elf)
- $(call DELFILE "$(TOPDIR)$(DELIM)nuttx_user.elf")
- $(call DELFILE "$(TOPDIR)$(DELIM)User.map")
+ $(call DELFILE, nuttx_user.elf)
+ $(call DELFILE, "$(TOPDIR)$(DELIM)nuttx_user.elf")
+ $(call DELFILE, "$(TOPDIR)$(DELIM)User.map")
$(call CLEAN)
distclean: clean