diff options
Diffstat (limited to 'drivers/gpu/pvr/include4/pvrversion.h')
| -rwxr-xr-x | drivers/gpu/pvr/include4/pvrversion.h | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/drivers/gpu/pvr/include4/pvrversion.h b/drivers/gpu/pvr/include4/pvrversion.h index ed4025f88b2..840868ed4f8 100755 --- a/drivers/gpu/pvr/include4/pvrversion.h +++ b/drivers/gpu/pvr/include4/pvrversion.h @@ -56,8 +56,14 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.  #define PVRVERSION_BUILD             2701748  #define PVRVERSION_BSCONTROL        "SGX_DDK" +#if	defined(MOT_BUILD) +#define PVRVERSION_MOTBUILD         ((PVRVERSION_BUILD<<8) | MOT_BUILD) +#define PVRVERSION_STRING           "SGX_DDK sgxddk 1.12@" PVR_STR2(PVRVERSION_BUILD) "." PVR_STR2(MOT_BUILD) +#define PVRVERSION_STRING_SHORT     "1.12@" PVR_STR2(PVRVERSION_BUILD) "." PVR_STR2(MOT_BUILD) "" +#else  #define PVRVERSION_STRING           "SGX_DDK sgxddk 1.12@" PVR_STR2(PVRVERSION_BUILD)  #define PVRVERSION_STRING_SHORT     "1.12@" PVR_STR2(PVRVERSION_BUILD) "" +#endif  #define COPYRIGHT_TXT               "Copyright (c) Imagination Technologies Ltd. All Rights Reserved." |