dde_rump: move private headers to src/include

Ref #3884
This commit is contained in:
Martin Stein 2020-09-11 13:55:17 +02:00 committed by Christian Helmuth
parent 04463806a8
commit c1d0179194
9 changed files with 4 additions and 4 deletions

View File

@ -196,7 +196,8 @@ SRC_NOLINK += accessors.c \
vnode_if.c \
xlat_mbr_fstype.c
INC_DIR += $(RUMP_BASE)/include \
INC_DIR += $(REP_DIR)/src/include \
$(RUMP_BASE)/include \
$(RUMP_PORT_DIR)/src/lib/libc/include \
$(RUMP_PORT_DIR)/src/sys/rump/librump/rumpkern/opt \
$(RUMP_PORT_DIR)/src/sys \

View File

@ -1,6 +1,7 @@
SRC_CC = vfs_rump.cc random.cc
LIBS = rump rump_fs
INC_DIR += $(REP_DIR)/src/lib/vfs/rump
INC_DIR += $(REP_DIR)/src/include
vpath %.cc $(REP_DIR)/src/lib/vfs/rump
SHARED_LIB = yes

View File

@ -14,9 +14,7 @@ PORT_DIR := $(call port_dir,$(REP_DIR)/ports/dde_rump)
MIRROR_FROM_REP_DIR := $(LIB_MK) \
lib/import/import-rump.mk \
src/lib \
include/rump include/rump_fs \
include/util
src/lib src/include
MIRROR_FROM_PORT_DIR := src/lib/dde_rump/src \
src/lib/libc \