: Where can I find the target of make? For example, I looked for
: zImage in Makefile in the /usr/src/linux directory but couldn't find
: it. What happens when you run the command "make zImage"?
You overlooked the line
include arch/$(ARCH)/Makefile
in Makefile.