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:
Norman Feske 2022-04-06 13:12:53 +02:00 committed by Christian Helmuth
parent 7a06a6ac59
commit 0c5d8f1156

View File

@ -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)