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

嵌入式Linux

开发平台:

Unix_Linux

  1. #
  2. # Makefile for the linux rio-subsystem.
  3. #
  4. # (C) R.E.Wolff@BitWizard.nl 
  5. # This file is GPL. See other files for the full Blurb. I'm lazy today. 
  6. #
  7. #
  8. # Note! Dependencies are done automagically by 'make dep', which also
  9. # removes any old dependencies. DON'T put your own dependencies here
  10. # unless it's something special (ie not a .c file).
  11. #
  12. # Note 2! The CFLAGS definitions are now in the main makefile...
  13. O_TARGET := rio.o
  14. obj-y   := rio_linux.o rioinit.o rioboot.o riocmd.o rioctrl.o riointr.o 
  15.             rioparam.o riopcicopy.o rioroute.o riotable.o riotty.o
  16. obj-m   := $(O_TARGET)
  17. include $(TOPDIR)/Rules.make