git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
12 lines
293 B
Makefile
12 lines
293 B
Makefile
#
|
|
# ia64/platform/hp/common/Makefile
|
|
#
|
|
# Copyright (C) 2002 Hewlett Packard
|
|
# Copyright (C) Alex Williamson (alex_williamson@hp.com)
|
|
#
|
|
|
|
obj-y := sba_iommu.o
|
|
obj-$(CONFIG_IA64_HP_ZX1_SWIOTLB) += hwsw_iommu.o
|
|
obj-$(CONFIG_IA64_GENERIC) += hwsw_iommu.o
|
|
obj-$(CONFIG_IA64_HP_AML_NFW) += aml_nfw.o
|