mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 00:41:08 +00:00
13 lines
301 B
Makefile
13 lines
301 B
Makefile
|
include $(REP_DIR)/lib/mk/rump.inc
|
||
|
|
||
|
LIBS += rump
|
||
|
|
||
|
RUMP_LIBS = librumpdev.a \
|
||
|
librumpdev_cgd.a \
|
||
|
librumpdev_disk.a \
|
||
|
librumpdev_rnd.a \
|
||
|
librumpkern_crypto.a \
|
||
|
librumpvfs.a
|
||
|
|
||
|
ARCHIVE += $(addprefix $(RUMP_LIB)/,$(RUMP_LIBS))
|