• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/*
2 * Copyright (c) Huawei Technologies Co., Ltd. 2020-2023. All rights reserved.
3 * Description: This README describes how to generate the .S files, headers and other stuffes.
4 * Create: 2020-05-30
5 */
6
7The `build_all_generated` directory is generated by the following steps. Let's take `linux-armv4` as an example.
8`linux-armv4` is picked from the results of `./Configure LIST`
9
10```sh
11./Configure linux-armv4
12make build_all_generated
13```
14