diff options
Diffstat (limited to 'arch/ia64/hp/common/Makefile')
-rw-r--r-- | arch/ia64/hp/common/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/ia64/hp/common/Makefile b/arch/ia64/hp/common/Makefile new file mode 100644 index 000000000000..f61a60057ff7 --- /dev/null +++ b/arch/ia64/hp/common/Makefile | |||
@@ -0,0 +1,10 @@ | |||
1 | # | ||
2 | # ia64/platform/hp/common/Makefile | ||
3 | # | ||
4 | # Copyright (C) 2002 Hewlett Packard | ||
5 | # Copyright (C) Alex Williamson (alex_williamson@hp.com) | ||
6 | # | ||
7 | |||
8 | obj-y := sba_iommu.o | ||
9 | obj-$(CONFIG_IA64_HP_ZX1_SWIOTLB) += hwsw_iommu.o | ||
10 | obj-$(CONFIG_IA64_GENERIC) += hwsw_iommu.o | ||