mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-06-06 16:33:00 +08:00
netshell01: Add ns parser globals needed for ping.
This commit is contained in:
parent
24ddf77f01
commit
fe98401354
@ -6,7 +6,7 @@ PGM=${ARCH}/netshell01.exe
|
||||
MANAGERS=all
|
||||
|
||||
# C source names
|
||||
C_FILES = init.c test_main.c shellconfig.c
|
||||
C_FILES = init.c test_main.c shellconfig.c ns_parser_vars.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
AM_CPPFLAGS += -I $(INSTALL_BASE)/include
|
||||
|
5
testsuite/netshell01/ns_parser_vars.c
Normal file
5
testsuite/netshell01/ns_parser_vars.c
Normal file
@ -0,0 +1,5 @@
|
||||
#include <stdio.h>
|
||||
|
||||
char *_nsyytext = (char *)0xc5c5c5c5;
|
||||
char *__libipsecyytext = (char *)0xc5c5c5c5;
|
||||
|
Loading…
x
Reference in New Issue
Block a user