diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-01-30 03:52:31 +0100 |
---|---|---|
committer | Alex Williamson <alex.williamson@redhat.com> | 2019-02-05 21:29:30 +0100 |
commit | 3c8d7ef89bb8bd7d00910fa14d4dab14a8e0cf5a (patch) | |
tree | 392558ade292bb30f602ff0371c6c962aafaf771 /drivers/vfio/platform/reset/Makefile | |
parent | vfio-mdev: Switch to use new generic UUID API (diff) | |
download | linux-3c8d7ef89bb8bd7d00910fa14d4dab14a8e0cf5a.tar.xz linux-3c8d7ef89bb8bd7d00910fa14d4dab14a8e0cf5a.zip |
vfio: platform: reset: fix up include directives to remove ccflags-y
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>
Diffstat (limited to 'drivers/vfio/platform/reset/Makefile')
-rw-r--r-- | drivers/vfio/platform/reset/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/vfio/platform/reset/Makefile b/drivers/vfio/platform/reset/Makefile index 57abd4f0ac5b..7294c5ea122e 100644 --- a/drivers/vfio/platform/reset/Makefile +++ b/drivers/vfio/platform/reset/Makefile @@ -2,8 +2,6 @@ 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 obj-$(CONFIG_VFIO_PLATFORM_BCMFLEXRM_RESET) += vfio_platform_bcmflexrm.o |