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