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

嵌入式Linux

开发平台:

Unix_Linux

  1. #
  2. # drivers/char/pcmcia/Makefile
  3. #
  4. # Makefile for the Linux PCMCIA char device drivers.
  5. #
  6. SUB_DIRS     := 
  7. MOD_SUB_DIRS := $(SUB_DIRS)
  8. ALL_SUB_DIRS := $(SUB_DIRS)
  9. O_TARGET := pcmcia_char.o
  10. obj-y :=
  11. obj-m :=
  12. obj-n :=
  13. obj- :=
  14. obj-$(CONFIG_PCMCIA_SERIAL_CS) += serial_cs.o
  15. include $(TOPDIR)/Rules.make