[parisc-linux-cvs] linux-2.5 deller

Grant Grundler grundler@dsl2.external.hp.com
Fri, 13 Dec 2002 21:12:56 -0700


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,
grant