• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/ia64/dig/
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
8obj-y := setup.o
9ifeq ($(CONFIG_DMAR), y)
10obj-$(CONFIG_IA64_GENERIC) += machvec.o machvec_vtd.o
11else
12obj-$(CONFIG_IA64_GENERIC) += machvec.o
13endif
14