home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / ia64 / dig / Makefile
Encoding:
Makefile  |  2008-12-24  |  352 b   |  15 lines

  1. #
  2. # ia64/platform/dig/Makefile
  3. #
  4. # Copyright (C) 1999 Silicon Graphics, Inc.
  5. # Copyright (C) Srinivasa Thirumalachar (sprasad@engr.sgi.com)
  6. #
  7.  
  8. obj-y := setup.o
  9. ifeq ($(CONFIG_DMAR), y)
  10. obj-$(CONFIG_IA64_GENERIC) += machvec.o machvec_vtd.o dig_vtd_iommu.o
  11. else
  12. obj-$(CONFIG_IA64_GENERIC) += machvec.o
  13. endif
  14. obj-$(CONFIG_IA64_DIG_VTD) += dig_vtd_iommu.o
  15.