From a42dcee79d5090c8df3a3a04cd1cf2b6d0347575 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 11 Nov 2012 18:36:28 +0000 Subject: Completes removal bash ARCHIVE loop; Adds basic Makefile for native windows build git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5338 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/drivers/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'nuttx/drivers') diff --git a/nuttx/drivers/Makefile b/nuttx/drivers/Makefile index 53e9cb12c..a57285505 100644 --- a/nuttx/drivers/Makefile +++ b/nuttx/drivers/Makefile @@ -105,16 +105,16 @@ $(BIN): $(OBJS) $(call ARCHIVE, $@, "$(OBJS)") .depend: Makefile $(SRCS) - @$(MKDEP) $(DEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep - @touch $@ + $(Q) $(MKDEP) $(DEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep + $(Q) touch $@ depend: .depend clean: - @rm -f $(BIN) *~ .*.swp + $(Q) rm -f $(BIN) *~ .*.swp $(call CLEAN) distclean: clean - @rm -f Make.dep .depend + $(Q) rm -f Make.dep .depend -include Make.dep -- cgit v1.2.3