forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/arch/ia64/hp/common/Makefile
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # ia64/platform/hp/common/Makefile
34 #
....@@ -5,7 +6,5 @@
56 # Copyright (C) Alex Williamson (alex_williamson@hp.com)
67 #
78
8
-obj-y := sba_iommu.o
9
-obj-$(CONFIG_IA64_HP_ZX1_SWIOTLB) += hwsw_iommu.o
10
-obj-$(CONFIG_IA64_GENERIC) += hwsw_iommu.o
9
+obj-$(CONFIG_IA64_HP_SBA_IOMMU) += sba_iommu.o
1110 obj-$(CONFIG_IA64_HP_AML_NFW) += aml_nfw.o