Makefile
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:0k
源码类别:

嵌入式Linux

开发平台:

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