Blame view
scripts/Makefile
934 Bytes
1da177e4c Linux-2.6.12-rc2 |
1 2 3 4 5 6 |
### # 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 |
556b0f58b Revert "fix modul... |
7 |
# conmakehash: Create chartable |
1da177e4c Linux-2.6.12-rc2 |
8 9 10 11 12 |
# conmakehash: Create arrays for initializing the kernel console tables hostprogs-$(CONFIG_KALLSYMS) += kallsyms hostprogs-$(CONFIG_LOGO) += pnmtologo hostprogs-$(CONFIG_VT) += conmakehash |
1da177e4c Linux-2.6.12-rc2 |
13 |
hostprogs-$(CONFIG_IKCONFIG) += bin2c |
f2443ab6c [PATCH] allow /pr... |
14 |
always := $(hostprogs-y) $(hostprogs-m) |
1da177e4c Linux-2.6.12-rc2 |
15 |
|
07aea3a71 kbuild: use in-ke... |
16 17 |
# The following hostprogs-y programs are only build on demand hostprogs-y += unifdef |
1da177e4c Linux-2.6.12-rc2 |
18 |
subdir-$(CONFIG_MODVERSIONS) += genksyms |
12715d20a kbuild: modpost o... |
19 |
subdir-y += mod |
93c06cbbf selinux: add supp... |
20 |
subdir-$(CONFIG_SECURITY_SELINUX) += selinux |
9fffb55f6 Move dtc and libf... |
21 |
subdir-$(CONFIG_DTC) += dtc |
1da177e4c Linux-2.6.12-rc2 |
22 23 |
# Let clean descend into subdirs |
93c06cbbf selinux: add supp... |
24 |
subdir- += basic kconfig package selinux |