added mtd driver
[linux-2.4.git] / drivers / isdn / isdnloop / Makefile
1 #
2 # Makefile for the isdnloop ISDN device driver
3 #
4
5 # The target object and module list name.
6
7 O_TARGET        := vmlinux-obj.o
8
9 # Each configuration option enables a list of files.
10
11 obj-$(CONFIG_ISDN_DRV_LOOP)     += isdnloop.o
12
13 include $(TOPDIR)/Rules.make
14