commit | 4f0210b9c4889eede9f8f379f93570c01998ccb9 | [log] [tgz] |
---|---|---|
author | Sam Ravnborg <sam@mars.ravnborg.org> | Mon Jan 09 22:48:34 2006 +0100 |
committer | Sam Ravnborg <sam@mars.ravnborg.org> | Mon Jan 09 22:48:34 2006 +0100 |
tree | 0883096acb3bc46e65a6873b777f01214d6a7852 | |
parent | cb58455c48dc43536e5548bdba4e916b2f0cf13d [diff] |
kbuild: re-export VERSION, PATCHLEVEL, SUBLEVEL Eric Sandeen <sandeen@sgi.com> pointed out that it is usefull to have access to VERSION, PATCHLEVEL, SUBLEVEL in external modules, and gooling a litte confirmed this. So re-export them. Usage within the kernel is still discouraged but possible. Signed-off-by: Sam Ravnborg <sam@ravnborg.org>