mirror of
https://github.com/torvalds/linux.git
synced 2024-12-02 09:01:34 +00:00
3c8d7ef89b
For the include directive with double-quotes "", the preprocessor searches the header in the relative path to the current file. Fix them up, and remove the header search path option. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Eric Auger <eric.auger@redhat.com> Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
8 lines
369 B
Makefile
8 lines
369 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
vfio-platform-calxedaxgmac-y := vfio_platform_calxedaxgmac.o
|
|
vfio-platform-amdxgbe-y := vfio_platform_amdxgbe.o
|
|
|
|
obj-$(CONFIG_VFIO_PLATFORM_CALXEDAXGMAC_RESET) += vfio-platform-calxedaxgmac.o
|
|
obj-$(CONFIG_VFIO_PLATFORM_AMDXGBE_RESET) += vfio-platform-amdxgbe.o
|
|
obj-$(CONFIG_VFIO_PLATFORM_BCMFLEXRM_RESET) += vfio_platform_bcmflexrm.o
|