nanogui@linuxhacker.org

nanogui@linuxhacker.org


Subject: Re: pre4 makefile problems with Linux svga
From: Chris Johns
Date: Mon, 24 Jan 2000 20:37:05 +1100

Greg Haerr wrote:
> 
> : Further to the already posted makefile problems with pre4 it seems other
> : problems exist in the drivers directory.
> :
> 
> Thanks.  I'll look at your suggestions and test the SVGA driver.  I
> didn't do it before pre4 so I'm not too surprised.
> 

You might like to add this to the list of fixes :

 ifeq ($(FBVGA), Y)
 OBJS += vgaplan4.o mempl4.o
 endif

Should this also contain ? 

 ifeq ($(FBVGA), Y)
 CFLAGS += -DFBVGA
 OBJS += vgaplan4.o mempl4.o
 endif

> :
> : I have commented out the `PORTRAIT_MODE' and `SA1100_LCD_LTLEND' in my
> : config file. This change effects the `configure' program.
> 
> I was hoping Martin was going to look at the configure program, which
> he wrote; I haven't had time to play with it.  I stuck it into pre4 without
> testing.
> 

I ran it and it looks great. I was meaning, removing the defines as I
suggested might not currently be in the configure program and would have
to be added.

-- 
 Chris Johns, mailto:ccj@acm.org

nanogui@linuxhacker.org