sysinfo: support basic entries

Change-Id: I27f3e55058cc29f895831a1dddfafbc8585746a5
refs: #1389
This commit is contained in:
Masamichi Takagi
2020-07-10 14:51:25 +09:00
parent 999bc91b4f
commit d78a0fd05d
12 changed files with 482 additions and 0 deletions

11
test/issues/1389/Makefile Normal file
View File

@ -0,0 +1,11 @@
CFLAGS=-g
LDFLAGS=
TARGET=C1389T01
all: $(TARGET)
test: all
sh ./C1389.sh
clean:
rm -f $(TARGET) *.o *.txt