jitterentropy: Fix foreign import

Make the jitterentropy library accessible from other repositories.

Noticed while working on issue #1393
devel
Sebastian Sumpf 8 years ago committed by Christian Helmuth
parent b69deec067
commit ab0fd6510f

@ -9,7 +9,7 @@ else ifeq ($(filter-out $(SPECS),arm_v7),)
endif
INC_DIR += $(call select_from_ports,jitterentropy)/include/jitterentropy
INC_DIR += $(REP_DIR)/src/lib/jitterentropy \
$(REP_DIR)/src/lib/jitterentropy/$(TARGET_CPUARCH)
INC_DIR += $(call select_from_repositories,src/lib/jitterentropy)
INC_DIR += $(call select_from_repositories,src/lib/jitterentropy/$(TARGET_CPUARCH))
CC_OPT += -DJITTERENTROPY_GENODE

Loading…
Cancel
Save