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

嵌入式Linux

开发平台:

Unix_Linux

  1. # File: drivers/sym53c8xx/Makefile
  2. # Makefile for the NCR/SYMBIOS/LSI 53C8XX PCI SCSI controllers driver.
  3. list-multi := sym53c8xx.o
  4. sym53c8xx-objs := sym_fw.o sym_glue.o sym_hipd.o sym_malloc.o sym_misc.o sym_nvram.o
  5. obj-$(CONFIG_SCSI_SYM53C8XX_2) := sym53c8xx.o
  6. EXTRA_CFLAGS += -I.
  7. sym53c8xx.o: $(sym53c8xx-objs)
  8. $(LD) -r -o $@ $(sym53c8xx-objs)
  9. include $(TOPDIR)/Rules.make
  10. clean:
  11. rm -f *.o