From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Zhikun Wang" Subject: Question about build md.c in the kernel source tree Date: Mon, 27 Mar 2006 16:19:05 +0800 Message-ID: <200603271618592181267@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: 7bit Return-path: Sender: linux-raid-owner@vger.kernel.org To: linux-raid List-Id: linux-raid.ids Hi: I am reading linux software RAID(MD) source code. I want to add some "printk" information in the md.c file. But md.c has been build in the kernel. How can i only build the md.c file without building the whole kernel source tree? Thanks a lot! zkwang