> Mick Ghazey:
>
> : 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.
Ah, hidden targets! That makes it even more challenging.