Writing Device Drivers

Module Dependencies

If the driver module depends on symbols exported by another kernel module, the dependency can be specified by the -dy and -N options of the loader, ld(1). If the driver depends on a symbol exported by misc/mySymbol, the example below should be used to create the driver binary.


% ld -dy -r -o xx xx1.o xx2.o -N misc/mySymbol