Jan. 17, 2013
2:26 a.m.
Hi, all The kernel Makefile init the variables like KBUILD_OUTPUT outside any target's make process. But when I try to output the KBUILD_OUTPUT in the target's make process, for example, the target "help", I find it is not defined. I want to know when will it init? Thanks a lot. Bin Wang