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