Commit da26bab5 authored by Alessandro Rubini's avatar Alessandro Rubini

toplevel Makefile and .gitignore, to wrap up

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent f9fa3fa4
*.o
*.ko
Module.symvers
modules.order
*~
*.mod.c
.*.cmd
.tmp_versions
\ No newline at end of file
DIRS = kernel doc
all clean:
for d in $(DIRS); do $(MAKE) -C $$d $@ || exit 1; done
\ No newline at end of file
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