Hi list,

I want to create a subdirectory under scsi for my module. The
tree that I want to create a something like this:

drivers/scsi/xxx
drivers/scsi/xxx/lib
drivers/scsi/xxx/my_hba_driver

Basically the files in lib get compiled and linked together
which ultimately gets linked with the file in the my_hba_driver
directory. 

Currently all the modules under scsi directory are single .c files.
So, if I want to do something  like this, how should I create new
makefiles under lib and my_hba_driver (and if required under xxx)
and what all modifications should I make to the scsi Makefile and
scsi Config.in file (and probably hosts.c ?) ?

Or we don't support creating driver in a separate directory
under scsi and it HAS to be in a single file ?

Regards,
-hiren
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]

Reply via email to