From 5cf5735849650a89aa3182dfbacd8218ac0f3b9e Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Fri, 5 Dec 2008 13:15:00 -0500 Subject: mention the potentially unobvious: systemtap needs CONFIG_MODULE & CONFIG_MODULE_UNLOAD --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 2bb0ae79..7c1ab412 100644 --- a/README +++ b/README @@ -94,7 +94,8 @@ Tips: Building a kernel.org kernel: - Build the kernel using your normal procedures. Enable - CONFIG_DEBUG_INFO, CONFIG_KPROBES, CONFIG_RELAY and CONFIG_DEBUG_FS. + CONFIG_DEBUG_INFO, CONFIG_KPROBES, CONFIG_RELAY, CONFIG_DEBUG_FS, + CONFIG_MODULES, CONFIG_MODULES_UNLOAD - % make modules_install install headers_install - Boot into the kernel. -- cgit