Dec. 12, 2011
3:44 a.m.
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.