Hi List,
My issue is not exactly related to Kernel.
Here I am trying to build my module with the existing code present in linux environment using existing header file and library file present in different directories.
The problem is, my make file is not able to find the library files of the header file which I am adding in my module.
Is there is way to find out location of library file of the concerned header file.?
Thanks!
Mudit