diff mbox

[i-g-t,2/2] overlay/Makefile.am: Use lib path for i915_pciids.h

Message ID 1467376365-11772-2-git-send-email-marius.c.vlad@intel.com (mailing list archive)
State New, archived
Headers show

Commit Message

Marius Vlad July 1, 2016, 12:32 p.m. UTC
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(-)

Comments

Chris Wilson July 1, 2016, 12:33 p.m. UTC | #1
On Fri, Jul 01, 2016 at 03:32:45PM +0300, Marius Vlad wrote:
> 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>

The line can be dropped from sources, it will be packaged up with lib/
-Chris
Marius Vlad July 1, 2016, 1:19 p.m. UTC | #2
On Fri, Jul 01, 2016 at 01:33:36PM +0100, Chris Wilson wrote:
> On Fri, Jul 01, 2016 at 03:32:45PM +0300, Marius Vlad wrote:
> > 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>
> 
> The line can be dropped from sources, it will be packaged up with lib/
Hmm indeed, can I push it removed?

> -Chris
> 
> -- 
> Chris Wilson, Intel Open Source Technology Centre
Chris Wilson July 1, 2016, 1:24 p.m. UTC | #3
On Fri, Jul 01, 2016 at 04:19:31PM +0300, Marius Vlad wrote:
> On Fri, Jul 01, 2016 at 01:33:36PM +0100, Chris Wilson wrote:
> > On Fri, Jul 01, 2016 at 03:32:45PM +0300, Marius Vlad wrote:
> > > 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>
> > 
> > The line can be dropped from sources, it will be packaged up with lib/
> Hmm indeed, can I push it removed?

Yes.
-Chris
diff mbox

Patch

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 \