[parisc-linux-cvs] drivers/video/i810/Makefile

Helge Deller deller@gmx.de
Sat, 14 Dec 2002 12:37:16 +0100


On Saturday 14 December 2002 05:12, Grant Grundler wrote:
> Helge Deller wrote:
> > Modified files:
> > 	drivers/video  : sticore.h stifb.c
> >
> > Log message:
> > - fix col_setreg in stifb.c, now console colores are correct again
> > - remove struct display usage, not needed anymore
> > - remove fbcon_sti reference, not available anymore
>
> Helge,
> with "make distclean", I'm now getting:
> ...
> make -f scripts/Makefile.clean obj=drivers/video/console
> make -f scripts/Makefile.clean obj=drivers/video/i810
> scripts/Makefile.clean:10: drivers/video/i810/Makefile: No such file or
> directory make[3]: *** No rule to make target
> `drivers/video/i810/Makefile'.  Stop. make[2]: *** [drivers/video/i810]
> Error 2
> make[1]: *** [drivers/video] Error 2
> make: *** [_clean_drivers] Error 2
> grundler@gsyprf11:/usr/src/linux-2.5$
>
> Forgot to commit something?
> I'm sure parisc doesn't otherwise need i810 support.
>
> willy's suggestion worked though:
> 	mkdir drivers/video/i810
> 	touch drivers/video/i810/Makefile

Thanks, I didn't noticed yet.
I just committed willy's suggestion, no need to have new i810 drivers in
our tree until we merge with 2.5.52.

Helge