All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marius Vlad <marius.c.vlad@intel.com>
To: intel-gfx@lists.freedesktop.org
Subject: [PATCH i-g-t 2/2] overlay/Makefile.am: Use lib path for i915_pciids.h
Date: Fri,  1 Jul 2016 15:32:45 +0300	[thread overview]
Message-ID: <1467376365-11772-2-git-send-email-marius.c.vlad@intel.com> (raw)
In-Reply-To: <1467376365-11772-1-git-send-email-marius.c.vlad@intel.com>

This is due to commit d308bb082d429eb25 (lib: Start weaning off defunct
intel_chipset.h) which ``moved'' i915_pciids.h to lib/ from overlay/.

Signed-off-by: Marius Vlad <marius.c.vlad@intel.com>
CC: Chris Wilson <chris@chris-wilson.co.uk>
---
 overlay/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/overlay/Makefile.am b/overlay/Makefile.am
index c926557..b71e2c5 100644
--- a/overlay/Makefile.am
+++ b/overlay/Makefile.am
@@ -8,7 +8,7 @@ AM_CFLAGS = $(DRM_CFLAGS) $(PCIACCESS_CFLAGS) $(CWARNFLAGS) \
 LDADD = $(DRM_LIBS) $(PCIACCESS_LIBS) $(CAIRO_LIBS) $(OVERLAY_LIBS)
 
 intel_gpu_overlay_SOURCES = \
-	i915_pciids.h \
+	../lib/i915_pciids.h \
 	chart.h \
 	chart.c \
 	config.c \
-- 
2.8.1

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  reply	other threads:[~2016-07-01 12:28 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-01 12:32 [PATCH i-g-t 1/2] tests/gvt_basic: Test w/o sub-test requires simple_main Marius Vlad
2016-07-01 12:32 ` Marius Vlad [this message]
2016-07-01 12:33   ` [PATCH i-g-t 2/2] overlay/Makefile.am: Use lib path for i915_pciids.h Chris Wilson
2016-07-01 13:19     ` Marius Vlad
2016-07-01 13:24       ` Chris Wilson
2016-07-01 12:33 ` [PATCH i-g-t 1/2] tests/gvt_basic: Test w/o sub-test requires simple_main Chris Wilson
2016-07-01 13:18   ` Marius Vlad
2016-07-01 13:24     ` Chris Wilson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1467376365-11772-2-git-send-email-marius.c.vlad@intel.com \
    --to=marius.c.vlad@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.