Fix RDRAND header references
This commit is contained in:
committed by
Norman Feske
parent
176a5c443c
commit
7cff151ecb
@@ -2,6 +2,7 @@ SRC_DIR = src/server/jitter_sponge
|
|||||||
include $(GENODE_DIR)/repos/base/recipes/src/content.inc
|
include $(GENODE_DIR)/repos/base/recipes/src/content.inc
|
||||||
|
|
||||||
MIRROR_FROM_REP_DIR = \
|
MIRROR_FROM_REP_DIR = \
|
||||||
|
include/spec/x86_64/world/rdrand.h \
|
||||||
lib/import/import-libkeccak.mk \
|
lib/import/import-libkeccak.mk \
|
||||||
lib/mk/libkeccak.inc \
|
lib/mk/libkeccak.inc \
|
||||||
lib/mk/spec/32bit/libkeccak.mk \
|
lib/mk/spec/32bit/libkeccak.mk \
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
SRC_DIR = src/test/rdrand
|
SRC_DIR = src/test/rdrand
|
||||||
include $(GENODE_DIR)/repos/base/recipes/src/content.inc
|
include $(GENODE_DIR)/repos/base/recipes/src/content.inc
|
||||||
|
|
||||||
content: include/spec/x86_64/os/rdrand.h
|
content: include/spec/x86_64/world/rdrand.h
|
||||||
|
|
||||||
include/spec/x86_64/os/rdrand.h:
|
include/spec/x86_64/world/rdrand.h:
|
||||||
$(mirror_from_rep_dir)
|
$(mirror_from_rep_dir)
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
* under the terms of the GNU Affero General Public License version 3.
|
* under the terms of the GNU Affero General Public License version 3.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <os/rdrand.h>
|
#include <world/rdrand.h>
|
||||||
#include <base/component.h>
|
#include <base/component.h>
|
||||||
#include <base/log.h>
|
#include <base/log.h>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user