[IA64] Add Variable Page Size and IA64 Support in Intel IOMMU
[deliverable/linux.git] / arch / ia64 / kernel / Makefile
index 87fea11aecb71b1f9464904a5be7b4833c10aa12..af0e750705e384b7724eaec890dde6a48e22af82 100644 (file)
@@ -42,6 +42,10 @@ obj-$(CONFIG_IA64_ESI)               += esi.o
 ifneq ($(CONFIG_IA64_ESI),)
 obj-y                          += esi_stub.o   # must be in kernel proper
 endif
+obj-$(CONFIG_DMAR)             += pci-dma.o
+ifeq ($(CONFIG_DMAR), y)
+obj-$(CONFIG_SWIOTLB)          += pci-swiotlb.o
+endif
 
 # The gate DSO image is built using a special linker script.
 targets += gate.so gate-syms.o
This page took 0.028079 seconds and 5 git commands to generate.