mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
Several Makefiles: Add .PHONY definitions to prevent 'clean up to date' message weirdness.
This commit is contained in:
@@ -69,6 +69,7 @@ OBJS = $(AOBJS) $(COBJS)
|
||||
BIN = libwireless$(LIBEXT)
|
||||
|
||||
all: $(BIN)
|
||||
.PHONY: depend clean distclean
|
||||
|
||||
$(AOBJS): %$(OBJEXT): %.S
|
||||
$(call ASSEMBLE, $<, $@)
|
||||
|
||||
Reference in New Issue
Block a user