/* * Copyright (c) Huawei Technologies Co., Ltd. 2020-2023. All rights reserved. * Description: This README describes how to generate the .S files, headers and other stuffes. * Create: 2020-05-30 */ The `build_all_generated` directory is generated by the following steps. Let's take `linux-armv4` as an example. `linux-armv4` is picked from the results of `./Configure LIST` ```sh ./Configure linux-armv4 make build_all_generated ```