aboutsummaryrefslogtreecommitdiffstats
path: root/x-loader/fs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x-loader/fs/Makefile')
-rw-r--r--x-loader/fs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x-loader/fs/Makefile b/x-loader/fs/Makefile
index f419b99..a2f61e7 100644
--- a/x-loader/fs/Makefile
+++ b/x-loader/fs/Makefile
@@ -24,6 +24,6 @@
SUBDIRS := fat
-.depend all:
+$(obj).depend all:
@for dir in $(SUBDIRS) ; do \
$(MAKE) -C $$dir $@ ; done