2005-04-17 06:20:36 +08: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-24 08:05:25 +08:00
|
|
|
ifeq ($(CONFIG_INTEL_IOMMU), y)
|
2009-01-05 22:59:02 +08:00
|
|
|
obj-$(CONFIG_IA64_GENERIC) += machvec.o machvec_vtd.o
|
2008-10-18 03:14:13 +08:00
|
|
|
else
|
2005-04-17 06:20:36 +08:00
|
|
|
obj-$(CONFIG_IA64_GENERIC) += machvec.o
|
2008-10-18 03:14:13 +08:00
|
|
|
endif
|
2009-01-05 22:59:02 +08:00
|
|
|
|