Makefile
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:0k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

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