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

File: [Development] / linux-2.4-xfs / drivers / isdn / isdnloop / 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 isdnloop ISDN device driver
#

# The target object and module list name.

O_TARGET	:= vmlinux-obj.o

# Each configuration option enables a list of files.

obj-$(CONFIG_ISDN_DRV_LOOP)	+= isdnloop.o

include $(TOPDIR)/Rules.make