Hi!
Steve Blair wrote:
If I cd to the main directory and run make clean my new subdirectory is visited as expected. If I then run make my modules does not get compiled. I believe the new directory is not recognized but I cannot figure out why. Would you hapen to be able to explain this behavior?
'make' only compiles the static part. Use 'make modules' to compile the modules.
Cheers, Hendrik