[BACK]Return to Makefile CVS log [TXT][DIR] Up to [Development] / linux-2.4-xfs / drivers / video / sti

File: [Development] / linux-2.4-xfs / drivers / video / sti / Makefile (download)

Revision 1.1, Wed Dec 31 00:54:49 2003 UTC (13 years, 10 months ago) by cattelan
Branch: MAIN
CVS Tags: HEAD

Initial Import 2.4.24pre2

# 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