The recent file shuffling on nouveau requires some
changes not upstream to get it to compile to ensure
some objects do get interpreted as requiring the
new search path.
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
--- /dev/null
+The headers are not being picked up and require
+ensuring we are pointing to our backport selection.
--- /dev/null
+--- a/drivers/gpu/drm/nouveau/Makefile
++++ b/drivers/gpu/drm/nouveau/Makefile
+@@ -2,7 +2,7 @@
+ # Makefile for the drm device driver. This driver provides support for the
+ # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
+
+-ccflags-y := -Iinclude/drm
++ccflags-y += -I$(backport_srctree)/include/drm
+ ccflags-y += -I$(src)/core/include
+ ccflags-y += -I$(src)/core
+ ccflags-y += -I$(src)