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