broadcom: correct header file in BROADCOM_FILES
authorAndres Gomez <agomez@igalia.com>
Wed, 19 Jul 2017 22:44:58 +0000 (01:44 +0300)
committerAndres Gomez <agomez@igalia.com>
Sun, 23 Jul 2017 22:40:05 +0000 (01:40 +0300)
This fixes `make distcheck`

> make[3]: *** No rule to make target 'common/v3d_devinfo.h', needed by 'distdir'.  Stop.
> make[3]: Leaving directory '/home/local/mesa/src/broadcom'
> Makefile:945: recipe for target 'distdir' failed
> make[2]: Leaving directory '/home/local/mesa/src'
> make[2]: *** [distdir] Error 1
> make[1]: *** [distdir] Error 1

Fixes: 427bbbb99c ("broadcom: Introduce a header for talking about chip revisions.")
Cc: Emil Velikov <emil.velikov@collabora.com>
Signed-off-by: Andres Gomez <agomez@igalia.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
src/broadcom/Makefile.sources

index 09c8a9957d8daf89306583020f7ca1495b633bfd..4dadb68ee553af24ea6d99608f38c5f09c05b1bc 100644 (file)
@@ -8,6 +8,6 @@ BROADCOM_GENXML_XML_FILES = \
 
 BROADCOM_FILES = \
        cle/v3d_packet_helpers.h \
-       common/v3d_devinfo.h \
+       common/v3d_device_info.h \
        $()