Commit cb1f6dea authored by Alessandro Rubini's avatar Alessandro Rubini

sdbfs: added toplevel Makefile; */Makefile: support all targets

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 2a6ac445
DIRS = kernel lib userspace doc
all clean modules install modules_install:
for d in $(DIRS); do $(MAKE) -C $$d $@ || exit 1; done
......@@ -56,5 +56,5 @@ terse:
clean: terse
rm -f $(ALL) $(TEXI)
install:
# add the other unused targets, so the rule in ../Makefile works
modules install modules_install:
......@@ -38,3 +38,6 @@ $(LIB): $(OBJS)
clean:
rm -f $(OBJS) $(LIB) *~ core
# add the other unused targets, so the rule in ../Makefile works
modules install modules_install:
......@@ -24,3 +24,6 @@ $(PROG): ../lib/libsdbfs.a
clean:
rm -f $(PROG) *.o *~ core
# add the other unused targets, so the rule in ../Makefile works
modules install modules_install:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment