Skip to content

Commit

Permalink
bios: make the LIBS as .PHONY
Browse files Browse the repository at this point in the history
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
  • Loading branch information
Xiangfu Liu authored and Sebastien Bourdeauducq committed Dec 2, 2011
1 parent 58daf4c commit 72005cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/bios/Makefile
Expand Up @@ -33,7 +33,7 @@ $(MMDIR)/software/libhal/libhal.a:
$(MMDIR)/software/libnet/libnet.a:
make -C $(MMDIR)/software/libnet/

.PHONY: clean depend
.PHONY: clean depend $(LIBS)

depend:
makedepend -Y -- $(CFLAGS) -- *.c
Expand Down

0 comments on commit 72005cf

Please sign in to comment.