Displaying 3 results from an estimated 3 matches for "fde6e3656636".
2016 Nov 08
4
[PATCH] drm/nouveau: fix LEDS_CLASS=m configuration
...at arndb.de>
---
drivers/gpu/drm/nouveau/Kbuild | 2 +-
drivers/gpu/drm/nouveau/Kconfig | 8 ++++++++
drivers/gpu/drm/nouveau/nouveau_led.h | 2 +-
3 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/nouveau/Kbuild b/drivers/gpu/drm/nouveau/Kbuild
index fde6e3656636..5e00e911daa6 100644
--- a/drivers/gpu/drm/nouveau/Kbuild
+++ b/drivers/gpu/drm/nouveau/Kbuild
@@ -22,7 +22,7 @@ nouveau-$(CONFIG_DEBUG_FS) += nouveau_debugfs.o
nouveau-y += nouveau_drm.o
nouveau-y += nouveau_hwmon.o
nouveau-$(CONFIG_COMPAT) += nouveau_ioc32.o
-nouveau-$(CONFIG_LEDS_CLASS) += no...
2016 Dec 14
0
[PATCH] fix build error with out-of-tree builds
...andre Courbot <acourbot at nvidia.com>
---
IIUC this problem has already been brought up - it only seems to affect some
users. Hopefully this harmless oneliner is acceptable.
drm/nouveau/Kbuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/drm/nouveau/Kbuild b/drm/nouveau/Kbuild
index fde6e3656636..c64b000a9ee6 100644
--- a/drm/nouveau/Kbuild
+++ b/drm/nouveau/Kbuild
@@ -1,4 +1,5 @@
ccflags-y := -Iinclude/drm
+ccflags-y += -Iinclude/uapi/drm
ccflags-y += -I$(src)/include
ccflags-y += -I$(src)/include/nvkm
ccflags-y += -I$(src)/nvkm
--
2.10.2
2016 Nov 08
0
[PATCH] drm/nouveau: fix LEDS_CLASS=m configuration
.../gpu/drm/nouveau/Kbuild | 2 +-
> drivers/gpu/drm/nouveau/Kconfig | 8 ++++++++
> drivers/gpu/drm/nouveau/nouveau_led.h | 2 +-
> 3 files changed, 10 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/nouveau/Kbuild b/drivers/gpu/drm/nouveau/Kbuild
> index fde6e3656636..5e00e911daa6 100644
> --- a/drivers/gpu/drm/nouveau/Kbuild
> +++ b/drivers/gpu/drm/nouveau/Kbuild
> @@ -22,7 +22,7 @@ nouveau-$(CONFIG_DEBUG_FS) += nouveau_debugfs.o
> nouveau-y += nouveau_drm.o
> nouveau-y += nouveau_hwmon.o
> nouveau-$(CONFIG_COMPAT) += nouveau_ioc32.o
>...