.

.

.

common/cli.c

1    void cli_init(void)
2    {
3    #ifdef CONFIG_HUSH_PARSER
4            u_boot_hush_start();
5    #endif
6
7    #if defined(CONFIG_HUSH_INIT_VAR)
8        hush_init_var();
9    #endif
10    }

.

.

.

3번 줄의 CONFIG_HUSH_PARSER은 선언되어 있어 4번줄의 u_boot_hush_start함수가 수행됩니다. 7번 줄의 CONFIG_HUSH_INIT_VAR은 선언되어 있지 않아 수행되지 않습니다.

results matching ""

    No results matching ""