mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 09:05:25 +08:00
netshell01: Add ns parser globals needed for ping.
This commit is contained in:
@@ -6,7 +6,7 @@ PGM=${ARCH}/netshell01.exe
|
|||||||
MANAGERS=all
|
MANAGERS=all
|
||||||
|
|
||||||
# C source names
|
# 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)
|
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||||
|
|
||||||
AM_CPPFLAGS += -I $(INSTALL_BASE)/include
|
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;
|
||||||
|
|
Reference in New Issue
Block a user