]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/sa-lld.git/blob - sabuild.bat
test: fix priv level associated with sec context
[keystone-rtos/sa-lld.git] / sabuild.bat
1 @REM ******************************************************************************
2 @REM * FILE PURPOSE: SA LLD Builder
3 @REM ******************************************************************************
4 @REM * FILE NAME: sabuild.bat
5 @REM *
6 @REM * DESCRIPTION: 
7 @REM *  The batch file cleans and builds the installed SA LLD. 
8 @REM *  Please make sure that the SA LLD Build Environment is setup correctly before 
9 @REM *  calling this file. 
10 @REM *
11 @REM *****************************************************************************
13 REM *****************************************************************************
14 REM Procedure to build using XDC. Obsolete
15 REM *****************************************************************************
16 @echo OFF
18 REM *****************************************************************************
19 REM Clean all SA LLD libraries
20 REM *****************************************************************************
21 gmake -C ti/drv/sa    clean
23 REM *****************************************************************************
24 REM Build both BE and LE libraries
25 REM *****************************************************************************
26 gmake -C ti/drv/sa    all
28 REM *****************************************************************************
29 REM  DONE
30 REM *****************************************************************************