Fix timeout tupfile

This commit is contained in:
Ehmry - 2019-09-18 01:11:04 +02:00
parent 72852489e2
commit 5fc3271aa3
1 changed files with 14 additions and 1 deletions

View File

@ -1,4 +1,17 @@
include_rules
INCLUDES += $(REP_DIR)/src/include
: foreach *.cc |> !cxx |> {obj}
SRC_CC += \
duration.cc \
timeout.cc \
timer_connection.cc \
timer_connection_timestamp.cc \
ifeq (@(TUP_ARCH),arm)
SRC_CC += arm/timer_connection_time.cc
else
SRC_CC += timer_connection_time.cc
endif
: foreach $(SRC_CC) |> !cxx |> {obj}
: {obj} |> !ar |> %d.lib.a