Commit c0dc555b authored by Alessandro Rubini's avatar Alessandro Rubini

sdbfs: Makefile: build user space first


According to the kernel headers you have, compiling the kernel part
may fail. So compile userspace first, in case you need gensdbfs alone.
Thanks to Matthieu Cattin for noting this.
Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 2d726321
DIRS = kernel lib userspace doc
DIRS = lib userspace kernel doc
all clean modules install modules_install:
for d in $(DIRS); do $(MAKE) -C $$d $@ || exit 1; done
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