Build src/test-rdrand archive for non-x86_64

Include the generic stub in the source archive to avoid build errors on
architectures other than x86_64.
This commit is contained in:
Norman Feske
2019-02-24 14:00:51 +01:00
parent b14eca3067
commit e199117e8f

View File

@@ -1,7 +1,8 @@
SRC_DIR = src/test/rdrand
include $(GENODE_DIR)/repos/base/recipes/src/content.inc
content: include/spec/x86_64/world/rdrand.h
MIRROR_FROM_REP_DIR := include/spec/x86_64/world/rdrand.h include/world/rdrand.h
content: $(MIRROR_FROM_REP_DIR)
include/spec/x86_64/world/rdrand.h:
$(MIRROR_FROM_REP_DIR):
$(mirror_from_rep_dir)