From: M. R. B. <mr...@0x...> - 2002-02-20 20:25:58
|
* Adrian McMenamin <ad...@mc...> on Wed, Feb 20, 2002: >=20 > I need to add it into the CVS and I propose to do that in=20 > /drivers/char/joystick as that is where the iforce driver (the only other= FF=20 > driver extant AFAICS) lives in the kernel tree. Make sense? >=20 Whenever in doubt about driver placement, put it where the rest of the similiar drivers live. > I am also aware I need to add a makefile and a menuconfiguration file -= =20 > though I have to confess I don't know quite how to go about this :-<. Rea= ding=20 > up on it now.... >=20 Actually, you need to add *to* the Makefile and to the Config.in file, you don't have to create them from scratch, it's easier than you think. The appropiate Makefile and Config.in should already exist in drivers/char/joystick/. M. R. |