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

嵌入式Linux

开发平台:

Unix_Linux

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