git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
15 lines
298 B
Makefile
15 lines
298 B
Makefile
#
|
|
# ia64/platform/dig/Makefile
|
|
#
|
|
# Copyright (C) 1999 Silicon Graphics, Inc.
|
|
# Copyright (C) Srinivasa Thirumalachar (sprasad@engr.sgi.com)
|
|
#
|
|
|
|
obj-y := setup.o
|
|
ifeq ($(CONFIG_INTEL_IOMMU), y)
|
|
obj-$(CONFIG_IA64_GENERIC) += machvec.o machvec_vtd.o
|
|
else
|
|
obj-$(CONFIG_IA64_GENERIC) += machvec.o
|
|
endif
|
|
|