diff options
| author | Rusty Russell <rusty@rustcorp.com.au> | 2003-02-14 08:35:21 -0600 |
|---|---|---|
| committer | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2003-02-14 08:35:21 -0600 |
| commit | 0e5064f80d41d75abbb10e040bbd7c600e08299c (patch) | |
| tree | 6eb8bdc574cf01754670b2f34396b1a152092b1c /scripts/Makefile | |
| parent | 0571739cd43b80de3bfa08f55fbcf410878cbe75 (diff) | |
kbuild: Module alias and device table support
Introduces "MODULE_ALIAS" which modules can use to embed their own
aliases for modprobe to use. Also adds a "finishing" step to modules to
supplement their aliases based on MODULE_TABLE declarations, eg.
'usb:v0506p4601dl*dh*dc*dsc*dp*ic*isc*ip*' for drivers/usb/net/pegasus.o
Diffstat (limited to 'scripts/Makefile')
| -rw-r--r-- | scripts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/Makefile b/scripts/Makefile index 3927e5eab97f..cf5a1862ea1d 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -8,7 +8,8 @@ # docproc: Preprocess .tmpl file in order to generate .sgml documentation # conmakehash: Create arrays for initializing the kernel console tables -host-progs := fixdep split-include conmakehash docproc kallsyms modpost +host-progs := fixdep split-include conmakehash docproc kallsyms modpost \ + file2alias build-targets := $(host-progs) # Let clean descend into subdirs |
