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

Linux/Unix编程

开发平台:

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-2002 Silicon Graphics, Inc.  All Rights Reserved.
  7. #
  8. #
  9. # Makefile for the linux kernel.
  10. #
  11. # Note! Dependencies are done automagically by 'make dep', which also
  12. # removes any old dependencies. DON'T put your own dependencies here
  13. # unless it's something special (ie not a .c file).
  14. #
  15. EXTRA_CFLAGS    := -DLITTLE_ENDIAN
  16. O_TARGET := sgiio.o
  17. ifeq ($(CONFIG_MODULES),y)
  18. export-objs = pciio.o hcl.o pci_dma.o
  19. endif
  20. obj-y  := stubs.o sgi_if.o pciio.o xtalk.o xbow.o xswitch.o klgraph_hack.o 
  21. hcl.o labelcl.o invent.o klgraph.o klconflib.o sgi_io_sim.o 
  22. module.o sgi_io_init.o klgraph_hack.o ml_SN_init.o 
  23. ml_iograph.o hcl_util.o cdl.o hubdev.o hubspc.o 
  24. alenlist.o pci_bus_cvlink.o 
  25. eeprom.o pci.o pci_dma.o l1.o l1_command.o ate_utils.o 
  26. ifconfig_net.o efi-rtc.o io.o
  27. obj-$(CONFIG_IA64_SGI_SN1)   += sn1/ml_SN_intr.o sn1/mem_refcnt.o sn1/hubcounters.o 
  28. sn1/ip37.o sn1/huberror.o sn1/hub_intr.o sn1/pcibr.o
  29. obj-$(CONFIG_IA64_SGI_SN2)   += sn2/ml_SN_intr.o sn2/shub_intr.o sn2/shuberror.o 
  30. sn2/bte_error.o 
  31. sn2/pcibr/pcibr_dvr.o sn2/pcibr/pcibr_ate.o 
  32. sn2/pcibr/pcibr_config.o sn2/pcibr/pcibr_dvr.o 
  33. sn2/pcibr/pcibr_hints.o 
  34. sn2/pcibr/pcibr_idbg.o sn2/pcibr/pcibr_intr.o 
  35. sn2/pcibr/pcibr_rrb.o sn2/pcibr/pcibr_slot.o 
  36. obj-$(CONFIG_PCIBA) += pciba.o
  37. include $(TOPDIR)/Rules.make