jitterentropy: Fix foreign import

Make the jitterentropy library accessible from other repositories.

Noticed while working on issue #1393
This commit is contained in:
Sebastian Sumpf 2015-02-04 10:08:52 +01:00 committed by Christian Helmuth
parent b69deec067
commit ab0fd6510f
1 changed files with 2 additions and 2 deletions

View File

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