Update of /cvsroot/linuxconsole/ruby/linux/drivers/video/aty
In directory usw-pr-cvs1:/tmp/cvs-serv32077/linux/drivers/video/aty
Modified Files:
Makefile
Log Message:
Synced to 2.5.18
Index: Makefile
===================================================================
RCS file: /cvsroot/linuxconsole/ruby/linux/drivers/video/aty/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile 9 Sep 2001 16:36:34 -0000 1.2
+++ Makefile 25 May 2002 20:32:04 -0000 1.3
@@ -1,12 +1,12 @@
-O_TARGET := atyfb.o
-
export-objs := atyfb_base.o mach64_accel.o
-obj-y := atyfb_base.o mach64_accel.o
-obj-$(CONFIG_FB_ATY_GX) += mach64_gx.o
-obj-$(CONFIG_FB_ATY_CT) += mach64_ct.o mach64_cursor.o
-obj-m := $(O_TARGET)
+obj-$(CONFIG_FB_ATY) += atyfb.o
+
+atyfb-y := atyfb_base.o mach64_accel.o
+atyfb-$(CONFIG_FB_ATY_GX) += mach64_gx.o
+atyfb-$(CONFIG_FB_ATY_CT) += mach64_ct.o mach64_cursor.o
+atyfb-objs := $(atyfb-y)
include $(TOPDIR)/Rules.make
|