From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from 21cn.com (send.forptr.21cn.com [202.105.45.49]) by ozlabs.org (Postfix) with SMTP id AEA6B681FF for ; Fri, 9 Sep 2005 00:48:17 +1000 (EST) Content-Type: text/html MIME-Version: 1.0 Message-ID: Date: Thu, 8 Sep 2005 22:39:34 +0800 (CST) From: gqbenjamin@21cn.com To: zhonglei@RCS-9000.COM Cc: linuxppc-embedded@ozlabs.org Subject: Re: How can I compile the module into kernel List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: ,

Wed, 7 Sep 2005 zhonglei@RCS-9000.COM wrote:
>My driver is a char device driver htm.o. How can I compile it into my kernel?
Add your htm.o into the Makefile of char device, and call your driver's init-function in
init-function of char device. 

Best Regards,
Benjamin Q. Guo