2005-04-16 15:20:36 -07:00
|
|
|
#
|
|
|
|
# ia64/platform/dig/Makefile
|
|
|
|
#
|
|
|
|
# Copyright (C) 1999 Silicon Graphics, Inc.
|
|
|
|
# Copyright (C) Srinivasa Thirumalachar (sprasad@engr.sgi.com)
|
|
|
|
#
|
|
|
|
|
|
|
|
obj-y := setup.o
|
2011-08-23 17:05:25 -07:00
|
|
|
ifeq ($(CONFIG_INTEL_IOMMU), y)
|
2009-01-05 23:59:02 +09:00
|
|
|
obj-$(CONFIG_IA64_GENERIC) += machvec.o machvec_vtd.o
|
2008-10-17 12:14:13 -07:00
|
|
|
else
|
2005-04-16 15:20:36 -07:00
|
|
|
obj-$(CONFIG_IA64_GENERIC) += machvec.o
|
2008-10-17 12:14:13 -07:00
|
|
|
endif
|
2009-01-05 23:59:02 +09:00
|
|
|
|