On 9/13/19 11:01 AM, Rohit Sarkar wrote: > On Fri, Sep 13, 2019 at 11:08:21PM +0530, Rohit Sarkar wrote: >> Hi, >> I was trying to compile a particular folder in my kernel tree. >> >> AFAIK the way to do this is: >> `make drivers/staging/iio/` from the kernel base directory. >> >> This gives me the following output: >> ` >> CALL scripts/checksyscalls.sh >> CALL scripts/atomic/check-atomics.sh >> DESCEND objtool >> ` >> >> No object files are generated. >> I feel like I am missing something. >> >> Thanks, >> Rohit > > I ran `make clean` in the `drivers/iio/accel` directory which removed > all object files in the first place. However running make after that > doesnt seem to compile the modules. Hi, It works for me. Do you have a kernel .config file? Does it set/enable CONFIG_IIO and some/any/all drivers in drivers/iio/accel/ ? If you don't have a kernel .config file, I don't expect it to work. -- ~Randy