Makefile 291 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3 4 5 6 7 8
#
# ia64/platform/dig/Makefile
#
# Copyright (C) 1999 Silicon Graphics, Inc.
# Copyright (C) Srinivasa Thirumalachar (sprasad@engr.sgi.com)
#

obj-y := setup.o
9
ifeq ($(CONFIG_DMAR), y)
10
obj-$(CONFIG_IA64_GENERIC) += machvec.o machvec_vtd.o
11
else
L
Linus Torvalds 已提交
12
obj-$(CONFIG_IA64_GENERIC) += machvec.o
13
endif
14