You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
334 B
8 lines
334 B
# SPDX-License-Identifier: GPL-2.0
|
|
vfio-platform-calxedaxgmac-y := vfio_platform_calxedaxgmac.o
|
|
vfio-platform-amdxgbe-y := vfio_platform_amdxgbe.o
|
|
|
|
ccflags-y += -Idrivers/vfio/platform
|
|
|
|
obj-$(CONFIG_VFIO_PLATFORM_CALXEDAXGMAC_RESET) += vfio-platform-calxedaxgmac.o
|
|
obj-$(CONFIG_VFIO_PLATFORM_AMDXGBE_RESET) += vfio-platform-amdxgbe.o
|
|
|