]> Git Repo - linux.git/blob - arch/ia64/dig/Makefile
mm, kmemleak: little optimization while scanning
[linux.git] / arch / ia64 / dig / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # ia64/platform/dig/Makefile
4 #
5 # Copyright (C) 1999 Silicon Graphics, Inc.
6 # Copyright (C) Srinivasa Thirumalachar ([email protected])
7 #
8
9 obj-y := setup.o
10 ifeq ($(CONFIG_INTEL_IOMMU), y)
11 obj-$(CONFIG_IA64_GENERIC) += machvec.o machvec_vtd.o
12 else
13 obj-$(CONFIG_IA64_GENERIC) += machvec.o
14 endif
15
This page took 0.036473 seconds and 4 git commands to generate.