mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 22:47:50 +00:00
jitterentropy: Fix foreign import
Make the jitterentropy library accessible from other repositories. Noticed while working on issue #1393
This commit is contained in:
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…
Reference in New Issue
Block a user