From 4e2c7b2b070699b9f0a9cfe75de8316866cc5ed1 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Thu, 31 Mar 2022 13:17:48 +0200 Subject: random numbers for fe310 --- ecp/src/platform/fe310/features.mk | 3 +++ ecp/src/platform/posix/features.mk | 7 +++++++ 2 files changed, 10 insertions(+) create mode 100644 ecp/src/platform/fe310/features.mk create mode 100644 ecp/src/platform/posix/features.mk (limited to 'ecp') diff --git a/ecp/src/platform/fe310/features.mk b/ecp/src/platform/fe310/features.mk new file mode 100644 index 0000000..39f95cf --- /dev/null +++ b/ecp/src/platform/fe310/features.mk @@ -0,0 +1,3 @@ +with_vconn = yes +with_dir = yes +with_debug = yes diff --git a/ecp/src/platform/posix/features.mk b/ecp/src/platform/posix/features.mk new file mode 100644 index 0000000..2ce8220 --- /dev/null +++ b/ecp/src/platform/posix/features.mk @@ -0,0 +1,7 @@ +with_pthread = yes +with_htable = yes +with_vconn = yes +with_dirsrv = yes +with_rbuf = yes +with_msgq = yes +with_debug = yes -- cgit v1.2.3