diff options
author | Dave Barach <dave@barachs.net> | 2020-04-01 14:34:39 -0400 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2020-04-01 19:49:02 +0000 |
commit | 9076789779c5a038ec17936130a556703c234fa8 (patch) | |
tree | df7f2824e5805fbe61261ddff57e292a45df85d0 /src/vppinfra/CMakeLists.txt | |
parent | 5da10c4c5501d40366df451703c2ffa3993be8cf (diff) |
vppinfra: add tw_timer_2t_2w_512sl variant
Type: feature
Signed-off-by: Dave Barach <dave@barachs.net>
Change-Id: I72cacfb5696dca74335f31415c0df795467615a5
Diffstat (limited to 'src/vppinfra/CMakeLists.txt')
-rw-r--r-- | src/vppinfra/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vppinfra/CMakeLists.txt b/src/vppinfra/CMakeLists.txt index 3e396e35371..3128ad31162 100644 --- a/src/vppinfra/CMakeLists.txt +++ b/src/vppinfra/CMakeLists.txt @@ -165,6 +165,7 @@ set(VPPINFRA_HEADERS time.h time_range.h timing_wheel.h + tw_timer_2t_2w_512sl.c tw_timer_16t_1w_2048sl.h tw_timer_16t_2w_512sl.h tw_timer_1t_3w_1024sl_ov.h |