[BACK]Return to Makefile CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / scripts

File: [Development] / linux-2.6-xfs / scripts / Makefile (download)

Revision 1.12, Mon Aug 16 03:52:41 2004 UTC (13 years, 2 months ago) by nathans
Branch: MAIN
Changes since 1.11: +4 -17 lines

Merge up to 2.6.8.1

###
# scripts contains sources for various helper programs used throughout
# the kernel for the build process.
# ---------------------------------------------------------------------------
# docproc: 	 Preprocess .tmpl file in order to generate .sgml docs
# conmakehash:	 Create arrays for initializing the kernel console tables

host-progs	:= conmakehash kallsyms pnmtologo bin2c
always		:= $(host-progs)

# CONFIG_KDB needed by kallsyms for kdb
ifdef CONFIG_KALLSYMS
ifdef CONFIG_KDB
HOSTCFLAGS_kallsyms.o := -D CONFIG_KDB
endif
endif

subdir-$(CONFIG_MODVERSIONS)	+= genksyms
subdir-y	+= mod

# Let clean descend into subdirs
subdir-	+= basic lxdialog kconfig package