From: James S. <jsi...@us...> - 2002-05-25 20:32:06
|
Update of /cvsroot/linuxconsole/ruby/linux/drivers/video/riva In directory usw-pr-cvs1:/tmp/cvs-serv32077/linux/drivers/video/riva Modified Files: Makefile Log Message: Synced to 2.5.18 Index: Makefile =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/drivers/video/riva/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile 27 Mar 2002 17:30:57 -0000 1.1 +++ Makefile 25 May 2002 20:32:04 -0000 1.2 @@ -1,15 +1,9 @@ # # Makefile for the Riva framebuffer driver # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# -# Note 2! The CFLAGS definitions are now in the main makefile... -O_TARGET := rivafb.o +obj-$(CONFIG_FB_RIVA) += rivafb.o -obj-y := fbdev.o riva_hw.o ../cfbfillrect.o ../cfbcopyarea.o ../cfbimgblt.o -obj-m := $(O_TARGET) +rivafb-objs := fbdev.o riva_hw.o include $(TOPDIR)/Rules.make |