Hi,
> It looks like Ralf only works on his RM200:-)
Admited, this box is much smarter than the Acer ... I just need to
find the time to go to town and buy a new keyboard for the Acer ...
But shared libs are even more interesting :-)
> Here is the necessary to patch to make compiling for a Olivetti M700
> possible.
[...]
> --- Makefile 1996/06/22 00:05:34 1.1.1.3
> +++ Makefile 1996/06/22 09:04:27
> @@ -13,7 +13,7 @@
>
> all: jazz.o
> O_TARGET := jazz.o
> -O_OBJS := hw-access.o int-handler.o jazzdma.o setup.o
> +O_OBJS := hw-access.o int-handler.o jazzdma.o setup.o g364.o
Eeeks, this adds the g364 stuff even for the Acer which has an S3 console.
> ifdef CONFIG_MIPS_MAGNUM_4000
> L_OBJS += g364.o
^^^
Instead change this to O_OBJS.
Ralf
|