mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 02:01:38 +00:00
depot: exclude plugins from vfs src archive
This fixes the following warning when building the binary archive: Library-description file vfs_capture.mk is missing Library-description file vfs_tap.mk is missing
This commit is contained in:
parent
7a06a6ac59
commit
0c5d8f1156
@ -1,7 +1,10 @@
|
||||
SRC_DIR = include/file_system src/server/vfs
|
||||
include $(GENODE_DIR)/repos/base/recipes/src/content.inc
|
||||
|
||||
LIB_SRC := $(notdir $(wildcard $(REP_DIR)/src/lib/vfs/*.h $(REP_DIR)/src/lib/vfs/*.cc))
|
||||
|
||||
MIRROR_FROM_REP_DIR += $(addprefix include/ram_fs/,chunk.h param.h) \
|
||||
$(addprefix src/lib/vfs/,$(LIB_SRC)) \
|
||||
lib/mk/vfs.mk src/lib/vfs
|
||||
|
||||
content: $(MIRROR_FROM_REP_DIR)
|
||||
|
Loading…
x
Reference in New Issue
Block a user