Re: Tips for module_init() dependencies

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Daniel Walker
Date: Thursday, October 15, 2009 - 9:12 am

On Thu, 2009-10-15 at 11:58 -0400, Gregory Haskins wrote:


Yeah, what Randy said .. As far as I know it should be just a build
order issue .. In the make file when you specify your new module along
with all the others where you put it is actually important .. In
fs/Makefile you have this line,

obj-$(CONFIG_CONFIGFS_FS)       += configfs/

and I would guess you want yours after that line if your adding to that
makefile.

Daniel

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Tips for module_init() dependencies, Gregory Haskins, (Thu Oct 15, 6:01 am)
Re: Tips for module_init() dependencies, Daniel Walker, (Thu Oct 15, 8:45 am)
Re: Tips for module_init() dependencies, Gregory Haskins, (Thu Oct 15, 8:58 am)
Re: Tips for module_init() dependencies, Randy Dunlap, (Thu Oct 15, 9:06 am)
Re: Tips for module_init() dependencies, Daniel Walker, (Thu Oct 15, 9:12 am)
Re: Tips for module_init() dependencies, Gregory Haskins, (Thu Oct 15, 9:13 am)
Re: Tips for module_init() dependencies, Gregory Haskins, (Thu Oct 15, 9:17 am)
Re: Tips for module_init() dependencies, Randy Dunlap, (Thu Oct 15, 9:18 am)
Re: Tips for module_init() dependencies, Daniel Walker, (Thu Oct 15, 9:21 am)
Re: Tips for module_init() dependencies, Gregory Haskins, (Thu Oct 15, 9:50 am)