mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-09 01:28:05 -04:00
11 lines
293 B
Makefile
11 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
|