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