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.