On Wed, May 15, 2013 at 8:56 PM, Luis R. Rodriguez
<[email protected]> wrote:
> On Wed, May 15, 2013 at 8:45 PM, Luis R. Rodriguez
> <[email protected]> wrote:
>> while nouveau fails and uses the later.
>
> Actually I see now drivers that use either work so this seems to be
> nouveau specific.

This seems to be because of the new changes that stuffed nouveau files
into separate directories:

drivers/gpu/drm/nouveau/core/
drivers/gpu/drm/nouveau/dispnv04/

I've tried this but no luck.

--- a/drivers/gpu/drm/nouveau/Makefile
+++ b/drivers/gpu/drm/nouveau/Makefile
@@ -3,9 +3,9 @@
 # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.

 ccflags-y := -Iinclude/drm
-ccflags-y += -I$(src)/core/include
-ccflags-y += -I$(src)/core
-ccflags-y += -I$(src)
+ccflags-y += -I$(backport_srctree)/drivers/gpu/drm/nouveau/core/include/
+ccflags-y += -I$(backport_srctree)/drivers/gpu/drm/nouveau/core/
+ccflags-y += -I$(backport_srctree)/drivers/gpu/drm/nouveau/

 nouveau-y := core/core/client.o
 nouveau-y += core/core/engctx.o


  Luis
--
To unsubscribe from this list: send the line "unsubscribe backports" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to