Commit Graph

8 Commits

Author SHA1 Message Date
Philippe Gerum f052b6d31c eshi: EVL shim library
The EVL shim library mimics the behavior of the original EVL API based
on plain POSIX calls from the native *libc, which does not require the
EVL core to be enabled in the host kernel. It is useful when the
real-time guarantees delivered by the EVL core are not required for
quick prototyping or debugging application code.
2019-08-09 19:07:39 +02:00
Philippe Gerum b95e8fcbf0 libevl: rename commands/ to utils/ 2019-07-21 17:30:59 +02:00
Philippe Gerum d1ed4447e7 libevl: rename utils/ to benchmarks/ 2019-07-21 17:28:27 +02:00
Philippe Gerum 1611835618 build: fix various target inter-dependencies 2019-06-09 11:50:27 +02:00
Philippe Gerum f6f2ae7284 build: create convenience Makefiles in output directories
Allow rebuilding the tree while retaining the initial build settings,
i.e.:

-C <srcdir> O= ARCH= CROSS_COMPILE= UAPI= and DESTDIR=
2019-06-03 18:45:00 +02:00
Philippe Gerum 45bc1c1481 build: abort recursive make on downstream error 2019-03-04 17:49:06 +01:00
Philippe Gerum 6205a1eac6 build: export build system to external modules
Signed-off-by: Philippe Gerum <rpm@xenomai.org>
2019-03-04 17:49:06 +01:00
Philippe Gerum 240f0babe1 evenless: nothing more
Signed-off-by: Philippe Gerum <rpm@xenomai.org>
2019-03-04 17:49:06 +01:00