patch-2.4.20 linux-2.4.20/drivers/video/sti/Makefile

Next file: linux-2.4.20/drivers/video/sti/sticon.c
Previous file: linux-2.4.20/drivers/video/sstfb.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/drivers/video/sti/Makefile linux-2.4.20/drivers/video/sti/Makefile
@@ -0,0 +1,20 @@
+# Makefile for the Linux video drivers.
+# 28 Jan 2001, Helge Deller, <mailto:hdeller@redhat.com>
+# Rewritten to use lists instead of if-statements.
+
+O_TARGET := sti.o
+
+# All of the (potential) objects that export symbols.
+# This list comes from 'grep -l EXPORT_SYMBOL *.[hc]'.
+
+export-objs := sticore.o sticon.o stifb.o
+
+# Each configuration option enables a list of files.
+
+obj-$(CONFIG_FB_STI)		+= sticore.o stifb.o
+obj-$(CONFIG_STI_CONSOLE)	+= sticore.o sticon.o
+
+include $(TOPDIR)/Rules.make
+
+clean:
+	rm -f core *.o *.a *.s

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)