summaryrefslogtreecommitdiff
path: root/nuttx/sched/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/Makefile')
-rw-r--r--nuttx/sched/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/sched/Makefile b/nuttx/sched/Makefile
index 571393cb2..601ba5819 100644
--- a/nuttx/sched/Makefile
+++ b/nuttx/sched/Makefile
@@ -196,7 +196,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
$(BIN): $(OBJS)
- $(call ARCHIVE, $@, "$(OBJS)")
+ $(call ARCHIVE, $@, $(OBJS))
.depend: Makefile $(SRCS)
$(Q) $(MKDEP) "$(CC)" -- $(CFLAGS) -- $(SRCS) >Make.dep
@@ -205,7 +205,7 @@ $(BIN): $(OBJS)
depend: .depend
clean:
- $(Q) rm -f $(BIN) *~ .*.swp
+ $(Q) rm -f $(BIN)
$(call CLEAN)
distclean: clean