Blame view

scripts/Makefile 893 Bytes
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  ###
  # scripts contains sources for various helper programs used throughout
  # the kernel for the build process.
  # ---------------------------------------------------------------------------
  # kallsyms:      Find all symbols in vmlinux
  # pnmttologo:    Convert pnm files to logo files
  # conmakehash:   Create chartable
  # conmakehash:	 Create arrays for initializing the kernel console tables
  
  hostprogs-$(CONFIG_KALLSYMS)     += kallsyms
  hostprogs-$(CONFIG_LOGO)         += pnmtologo
  hostprogs-$(CONFIG_VT)           += conmakehash
  hostprogs-$(CONFIG_PROM_CONSOLE) += conmakehash
  hostprogs-$(CONFIG_IKCONFIG)     += bin2c
f2443ab6c   Ross Biro   [PATCH] allow /pr...
15
  always		:= $(hostprogs-y) $(hostprogs-m)
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
16

07aea3a71   Sam Ravnborg   kbuild: use in-ke...
17
18
  # The following hostprogs-y programs are only build on demand
  hostprogs-y += unifdef
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
19
  subdir-$(CONFIG_MODVERSIONS) += genksyms
12715d20a   Sam Ravnborg   kbuild: modpost o...
20
  subdir-y                     += mod
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
21
22
  
  # Let clean descend into subdirs
6f6046cff   Sam Ravnborg   kconfig: move lxd...
23
  subdir-	+= basic kconfig package