I'm not sure if this is the right forum for this sort of question. If not, forgive me.
I made a change to this file: /usr/src/sys/modules/usb/usb/ng_lookup.c and have ran a
which produces many object files. The one I am concerned with is /usr/src/sys/modules/usb/usb/usb_lookup.o. Now I want to recompile this module /usr/src/netgraph/bluetooth/drivers/ubt/ng_ubt.c with the new object file. Is there any easy way to do this using the current make files? Is there any standard practice or development setup I should use? I have compiled /usr/src/netgraph/bluetooth/drivers/ubt/ng_ubt.c and loaded the module into the kernel but it doesn't look like it was compiled with my new object file.
Thanks!
I made a change to this file: /usr/src/sys/modules/usb/usb/ng_lookup.c and have ran a
Code:
make
Thanks!