Fix .PHONY targets
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1934 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
4663bbd3c5
commit
b66912045e
@ -47,7 +47,7 @@ OBJS = $(AOBJS) $(COBJS)
|
||||
BIN = lib$(CONFIG_EXAMPLE)$(LIBEXT)
|
||||
|
||||
all: $(BIN)
|
||||
.PHONY: tests/romfs.h tests/dirlist.h clean distclean
|
||||
.PHONY: headers clean distclean
|
||||
|
||||
$(AOBJS): %$(OBJEXT): %.S
|
||||
$(call ASSEMBLE, $<, $@)
|
||||
|
Loading…
Reference in New Issue
Block a user