Just to clarify more, if I put my code in something like:
Hi,I want to conditionally compile some code in module if CONFIG_FOOBAR is defined.How can I add this check to my module's makefile?-Thanks.