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

嵌入式Linux

开发平台:

Unix_Linux

  1. #
  2. # This file is subject to the terms and conditions of the GNU General Public
  3. # License.  See the file "COPYING" in the main directory of this archive
  4. # for more details.
  5. #
  6. # Copyright (C) 2000 Silicon Graphics, Inc.
  7. # Copyright (C) Jack Steiner (steiner@sgi.com)
  8. #
  9. #
  10. # Makefile for the linux kernel.
  11. #
  12. # Note! Dependencies are done automagically by 'make dep', which also
  13. # removes any old dependencies. DON'T put your own dependencies here
  14. # unless it's something special (ie not a .c file).
  15. #
  16. # Note 2! The CFLAGS definitions are now in the main makefile...
  17. EXTRA_CFLAGS := -DSN -DLANGUAGE_C=1 -D_LANGUAGE_C=1 -I. -DBRINGUP 
  18.    -DDIRECT_L1_CONSOLE -DNUMA_BASE -DSIMULATED_KLGRAPH 
  19.    -DNUMA_MIGR_CONTROL -DLITTLE_ENDIAN -DREAL_HARDWARE 
  20.    -DNEW_INTERRUPTS
  21. O_TARGET := sgiio.o
  22. obj-y   := stubs.o sgi_if.o pciio.o pcibr.o xtalk.o xbow.o xswitch.o hubspc.o 
  23. klgraph_hack.o io.o hubdev.o huberror.o 
  24. hcl.o labelcl.o invent.o klgraph.o klconflib.o sgi_io_sim.o 
  25. module.o sgi_io_init.o klgraph_hack.o ml_SN_init.o 
  26. ml_SN_intr.o ip37.o pciba.o 
  27. ml_iograph.o hcl_util.o cdl.o 
  28. mem_refcnt.o devsupport.o alenlist.o pci_bus_cvlink.o 
  29. eeprom.o pci.o pci_dma.o l1.o l1_command.o ate_utils.o
  30. include $(TOPDIR)/Rules.make