summaryrefslogtreecommitdiff
path: root/usr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/Makefile')
-rw-r--r--usr/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/Makefile b/usr/Makefile
index 3fc2248..c5571b6 100644
--- a/usr/Makefile
+++ b/usr/Makefile
@@ -120,6 +120,10 @@ clean:
$(PROGRAMS) .depend
$(MAKE) $(MFLAGS) -C $(FW_BOOT_DIR) clean
+distclean: ;
+
+.PHONY: all install clean distclean depend
+
depend:
$(CC) $(CFLAGS) -M `ls *.c` > .depend
$(MAKE) $(MFLAGS) -C $(FW_BOOT_DIR) depend