8 lines
173 B
Makefile
8 lines
173 B
Makefile
# We only get here on kernels 2.6.0-2.6.9 .
|
|
# For newer kernels, Kbuild will be included directly by the kernel
|
|
# build system.
|
|
-include $(src)/Kbuild
|
|
|
|
ctags:
|
|
ctags *.[ch]
|