Skip to content
Snippets Groups Projects
Commit c0dc555b authored by Alessandro Rubini's avatar Alessandro Rubini
Browse files

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: default avatarAlessandro Rubini <rubini@gnudd.com>
parent 2d726321
Branches
Tags
No related merge requests found
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
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