]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - arch/ia64/dig/Makefile
ASoC: codecs: msm8916-wcd-analog: configure micbias in mbhc setup
[mirror_ubuntu-bionic-kernel.git] / arch / ia64 / dig / Makefile
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
8 obj-y := setup.o
9 ifeq ($(CONFIG_INTEL_IOMMU), y)
10 obj-$(CONFIG_IA64_GENERIC) += machvec.o machvec_vtd.o
11 else
12 obj-$(CONFIG_IA64_GENERIC) += machvec.o
13 endif
14