diff options
author | Andres Gomez <[email protected]> | 2017-07-20 01:44:58 +0300 |
---|---|---|
committer | Andres Gomez <[email protected]> | 2017-07-24 01:40:05 +0300 |
commit | bfe8134472f90a1790ca37ed2aaad420efe5dff5 (patch) | |
tree | 17e89efaa61d7fe947b8d0572dfedff71b486b1a /src/broadcom | |
parent | 15a1ceb127b70ac98b03cae051927f75fb7ee204 (diff) |
broadcom: correct header file in BROADCOM_FILES
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 <[email protected]>
Signed-off-by: Andres Gomez <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/broadcom')
-rw-r--r-- | src/broadcom/Makefile.sources | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/broadcom/Makefile.sources b/src/broadcom/Makefile.sources index 09c8a9957d8..4dadb68ee55 100644 --- a/src/broadcom/Makefile.sources +++ b/src/broadcom/Makefile.sources @@ -8,6 +8,6 @@ BROADCOM_GENXML_XML_FILES = \ BROADCOM_FILES = \ cle/v3d_packet_helpers.h \ - common/v3d_devinfo.h \ + common/v3d_device_info.h \ $() |