- Kai Germaschewski: ISDN update (including Makefiles)
[davej-history.git] / drivers / isdn / isdnloop / Makefile
blob154363b762f23c14f8294d693268ce4243b2686f
2 # Makefile for the isdnloop ISDN device driver
5 # The target object and module list name.
7 O_TARGET := isdnloop_drv.o
9 # Objects that export symbols.
11 export-objs :=
13 # Object file lists.
15 obj-y :=
16 obj-m :=
17 obj-n :=
18 obj- :=
20 # Each configuration option enables a list of files.
22 obj-$(CONFIG_ISDN_DRV_LOOP) += isdnloop.o
24 include $(TOPDIR)/Rules.make