2017-11-14 15:03:16 +00:00
|
|
|
RUMP_PORT_DIR := $(call select_from_ports,dde_rump)/src/lib/dde_rump
|
|
|
|
RUMP_BASE := $(BUILD_BASE_DIR)/var/libcache/rump
|
|
|
|
|
|
|
|
ifeq ($(filter-out $(SPECS),arm),)
|
|
|
|
# rump include shadows some parts of 'machine' on ARM only,
|
|
|
|
# Therefore, it must be included before RUMP_BASE/include/machine
|
|
|
|
INC_DIR := $(RUMP_PORT_DIR)/src/sys/rump/include $(INC_DIR)
|
|
|
|
endif
|
|
|
|
|
|
|
|
INC_DIR += $(LIBGCC_INC_DIR) \
|
|
|
|
$(RUMP_PORT_DIR)/src/sys \
|
|
|
|
$(RUMP_PORT_DIR)/src/sys/rump/include \
|
|
|
|
$(RUMP_PORT_DIR)/src/sys/sys \
|
2018-03-31 15:16:27 +00:00
|
|
|
$(RUMP_PORT_DIR)/src/common/include \
|
2017-11-14 15:03:16 +00:00
|
|
|
$(RUMP_BASE)/include
|
2018-01-03 17:40:54 +00:00
|
|
|
|
|
|
|
CC_CXX_WARN_STRICT =
|