genode/repos/gems/src/test/magic_ring_buffer/target.mk
Emery Hemingway 68c1b8675c gems: magic ring buffer
A ring buffer that uses a single dataspace mapped twice in consecutive
regions. This allows any operation that is less or equal to the size of
the buffer to be read or written in a single pass. The capacity of
Magic_ring_buffer is defined at runtime.

Fix #2725
2018-04-10 11:09:47 +02:00

4 lines
63 B
Makefile

TARGET = test-magic_ring_buffer
SRC_CC = main.cc
LIBS = base