Makefile 333 B

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