Commit Graph

3 Commits

Author SHA1 Message Date
Kevin Lange
c93dbdddde Support mod_deps.py running natively, maybe 2017-01-08 19:53:51 +09:00
Kevin Lange
e98a4a3785 Make all the scripts Python3 2017-01-08 19:38:48 +09:00
Kevin Lange
837bdd8150 Add a module dependency check tool.
This calculates dependencies for modules and then tries to link them
against the kernel to see if there are any missing symbols, and might
reveal if you are missing dependencies or spelled something wrong. Due
to the way the current module build system works, this hasn't been
integrated into the Makefile yet.
2016-09-07 22:36:25 +09:00