Re: kernel-package forces target to `Image'

2000-09-03 Thread Philip Blundell
>Should I pester Manoj to just add a `--image' switch, analogous to >`--zimage' and `--bzimage', and then we can use $(kimage) like everything >else at this point? Actually, I think `zImage' should be fine these days. Historically it didn't work too well with NeTTrom, which is why there was an o

Re: kernel-package forces target to `Image'

2000-09-03 Thread Chris Rutter
On Sat, 2 Sep 2000, Tor Slettnes wrote: > Sure.. > I am the cause of that /Image thing, and it had to do with an earlier > version of the NeTTrom not being able to read /vmlinux. I have not > tried this in later versions, and anyway think that your idea about a > switch is cleaner. > > So, if yo

Re: kernel-package forces target to `Image'

2000-09-03 Thread Tor Slettnes
Sure.. I am the cause of that /Image thing, and it had to do with an earlier version of the NeTTrom not being able to read /vmlinux. I have not tried this in later versions, and anyway think that your idea about a switch is cleaner. So, if you have that influence, please. :-) -tor Chris Rutter

kernel-package forces target to `Image'

2000-09-03 Thread Chris Rutter
I notice that the rules file for `kernel-package' forces the target to `Image' on ARM: ### ARM ifeq ($(strip $(architecture)),arm) GUESS_SUBARCH:='netwinder' ifeq (,$(findstring $(SUBARCH),netwinder)) SUBARCH:=$(GUESS_SUBARCH) endif kimage := Image loaderdep= loader=nettrom l