Changeset 1097
- Timestamp:
- 05/27/01 21:11:50 (8 years ago)
- Files:
-
- lm-sensors/trunk/doc/developers/new_drivers (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/doc/developers/new_drivers
r1096 r1097 90 90 * Add .c file to mkpatch/FILES. 91 91 92 * Add makefile entry in mkpatch/mkpatch.pl. 93 92 94 * Add config help to mkpatch/mkpatch.pl. 93 95 94 * Add config entry to mkpatch/Config.in .96 * Add config entry to mkpatch/Config.in (chip drivers only) 95 97 96 * Add initialization call to bottom of kernel/sensors.c. 98 * Add config entry in mkpatch/mkpatch.pl (bus drivers only) 99 100 * Add initialization call to kernel/sensors.c (chip drivers only) 101 102 * Add initialization call in mkpatch/mkpatch.pl (bus drivers only) 97 103 98 104 * Move .o reference in kernel/[chips,busses]/Module.mk
