lkml.org 
[lkml]   [2004]   [Jul]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] Only build modpost when modules enabled
Only build modpost when CONFIG_MODULES=y.

--
Brian Gerst
diff -urN linux-2.6.8-rc2-mm1/scripts/Makefile linux/scripts/Makefile
--- linux-2.6.8-rc2-mm1/scripts/Makefile 2004-07-28 08:33:03.884445247 -0400
+++ linux/scripts/Makefile 2004-07-28 08:33:41.408269137 -0400
@@ -9,7 +9,7 @@
always := $(host-progs)

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

# Let clean descend into subdirs
subdir- += basic lxdialog kconfig package
\
 
 \ /
  Last update: 2005-03-22 14:04    [W:0.034 / U:1.312 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site