Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v3.2 14 lines 298 B view raw
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 8obj-y := setup.o 9ifeq ($(CONFIG_INTEL_IOMMU), y) 10obj-$(CONFIG_IA64_GENERIC) += machvec.o machvec_vtd.o 11else 12obj-$(CONFIG_IA64_GENERIC) += machvec.o 13endif 14