1********** Building Process **********
2There are two ways to build the TestAL libraries:
3
41. USING build_config.sh
5
6	1. Export KERNEL_DIR in case of mbedOS or FreeRTOS.
7	2. Run the build_config.sh script, with or without a configuration number.
8	3. The static libraries will be located in the project directory.
9
102. BUILDING MANUALLY
11	1. Configure the toolchain.
12	2. Run "make distclean".
13	3. Run "make setconfig_testal_<OS>_<TARGET>"
14	4. Run "make"
15	5. The static libraries will be located in the project directory.
16
17********** Cleaning Process **********
18For cleaning object files, config file and static libraries:
19	1. Run “make distclean".
20
21For cleaning object files:
22	1. Run “make clean".
23
24For cleaning the current config file:
25	1. Run "make clrconfig".
26
27--------------
28
29Copyright (c) 2001-2019, Arm Limited. All rights reserved.