kbuild: Module alias and device table support
[linux-flexiantxendom0-3.2.10.git] / scripts / Makefile
1 ###
2 # scripts contains sources for various helper programs used throughout
3 # the kernel for the build process.
4 # ---------------------------------------------------------------------------
5 # fix-dep:       Used to generate dependency information during build process
6 # split-include: Divide all config symbols up in a number of files in
7 #                include/config/...
8 # docproc:       Preprocess .tmpl file in order to generate .sgml documentation
9 # conmakehash:   Create arrays for initializing the kernel console tables
10
11 host-progs    := fixdep split-include conmakehash docproc kallsyms modpost \
12                  file2alias
13 build-targets := $(host-progs)
14
15 # Let clean descend into subdirs
16 subdir- := lxdialog kconfig
17
18 # fixdep is needed to compile other host programs
19 $(addprefix $(obj)/,$(filter-out fixdep,$(host-progs))): $(obj)/fixdep