| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 |  | 
|  | 8 | obj-y := setup.o | 
| Suresh Siddha | d3f1381 | 2011-08-23 17:05:25 -0700 | [diff] [blame] | 9 | ifeq ($(CONFIG_INTEL_IOMMU), y) | 
| FUJITA Tomonori | 160c1d8 | 2009-01-05 23:59:02 +0900 | [diff] [blame] | 10 | obj-$(CONFIG_IA64_GENERIC) += machvec.o machvec_vtd.o | 
| Fenghua Yu | 62fdd76 | 2008-10-17 12:14:13 -0700 | [diff] [blame] | 11 | else | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 12 | obj-$(CONFIG_IA64_GENERIC) += machvec.o | 
| Fenghua Yu | 62fdd76 | 2008-10-17 12:14:13 -0700 | [diff] [blame] | 13 | endif | 
| FUJITA Tomonori | 160c1d8 | 2009-01-05 23:59:02 +0900 | [diff] [blame] | 14 |  |