License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / arch / ia64 / dig / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
1da177e4
LT
2#
3# ia64/platform/dig/Makefile
4#
5# Copyright (C) 1999 Silicon Graphics, Inc.
6# Copyright (C) Srinivasa Thirumalachar (sprasad@engr.sgi.com)
7#
8
9obj-y := setup.o
d3f13810 10ifeq ($(CONFIG_INTEL_IOMMU), y)
160c1d8e 11obj-$(CONFIG_IA64_GENERIC) += machvec.o machvec_vtd.o
62fdd767 12else
1da177e4 13obj-$(CONFIG_IA64_GENERIC) += machvec.o
62fdd767 14endif
160c1d8e 15