Makefile 298 B

1234567891011121314
  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. obj-y := setup.o
  8. ifeq ($(CONFIG_INTEL_IOMMU), y)
  9. obj-$(CONFIG_IA64_GENERIC) += machvec.o machvec_vtd.o
  10. else
  11. obj-$(CONFIG_IA64_GENERIC) += machvec.o
  12. endif