--- Vijay Subramanian <vijaynarananan@yahoo.com> wrote: > ... > CONFIG_BINFMT_MISC_MODULE does not seem to be declared > anywhere. Is it automagically defined if CONFIG_BINFMT_MISC > is set =m.? Look in include/linux/autoconf.h. It will have CONFIG_BINFMT_MISC_MODULE defined. autoconf.h is generated as the last step of kernel configuration. > why cant we simply do > ifeq ($(CONFIG_BINFMT_MISC), m) ... Isn't that syntax only understood by gmake? How can you use it in a C file? -Ravi. __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/