Commit f6c37925 authored by Alessandro Rubini's avatar Alessandro Rubini

trivial: move timeout out of proto-standard (no effect)

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent fbce8f05
......@@ -51,7 +51,7 @@ CFLAGS += -O2 -ggdb -Iinclude -fno-common
CFLAGS += -DPPSI_VERSION=\"$(VERSION)\"
# to avoid ifdef as much as possible, I use the kernel trick for OBJ variables
OBJ-y := fsm.o diag.o
OBJ-y := fsm.o diag.o timeout.o
# Include arch code. Each arch chooses its own time directory..
include arch-$(ARCH)/Makefile
......
......@@ -19,5 +19,4 @@ OBJ-y += $D/fsm-table.o \
$D/arith.o \
$D/servo.o \
$D/hooks.o \
$D/timeout.o \
$D/open-close.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