mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-17 13:58:05 +02:00
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>
13 lines
214 B
Text
13 lines
214 B
Text
BROADCOM_GENXML_GENERATED_FILES = \
|
|
cle/v3d_packet_v21_pack.h \
|
|
$()
|
|
|
|
BROADCOM_GENXML_XML_FILES = \
|
|
cle/v3d_packet_v21.xml \
|
|
$()
|
|
|
|
BROADCOM_FILES = \
|
|
cle/v3d_packet_helpers.h \
|
|
common/v3d_device_info.h \
|
|
$()
|
|
|