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