Messages in this thread |  | | Date | Sun, 5 May 1996 14:30:45 +0200 | From | Andries.Brouwer@cwi ... | Subject | Re: "make target" - where's target in Makefile? |
| |
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.
|  |