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