Commit a9c38ae0 authored by Alessandro Rubini's avatar Alessandro Rubini Committed by Aurelio Colosimo

proto-standard: renamed state-table-default to fsm-table.c

All other state-* files are states, so the table should use a
different name. "default" is unneeded, since this is the default protocol.
Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
Acked-by: Aurelio Colosimo's avatarAurelio Colosimo <aurelio@aureliocolosimo.it>
parent 6abbb213
......@@ -7,7 +7,7 @@ LIBSTD := $D/libstd.a
LIBS += -L$D -lstd
OBJ-libstd := $D/state-table-default.o \
OBJ-libstd := $D/fsm-table.o \
$D/state-initializing.o \
$D/state-faulty.o \
$D/state-disabled.o \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment