Makefile
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:1k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. # Copyright (C) 2001 By Joachim Martillo, Telford Tools, Inc.
  2. #
  3. # This program is free software; you can redistribute it and/or
  4. # modify it under the terms of the GNU General Public License
  5. # as published by the Free Software Foundation; either version
  6. # 2 of the License, or (at your option) any later version.
  7. # File: drivers/net/WAN/atiXX50/Makefile
  8. #
  9. # Makefile for the Aurora ESSC based cards
  10. # Specifically the 2520, 4020, 4520, 8520
  11. #
  12. O_TARGET := ASLX.o
  13. obj-y := 8253xini.o 8253xnet.o 8253xsyn.o crc32.o 8253xdbg.o 8253xplx.o 8253xtty.o 8253xchr.o 8253xint.o amcc5920.o 8253xmcs.o 8253xutl.o
  14. obj-m := ASLX.o
  15. #EXTRA_CFLAGS += -DFREEININTERRUPT 
  16. include $(TOPDIR)/Rules.make