mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
13 lines
201 B
Makefile
13 lines
201 B
Makefile
#
|
|
# Specifics for 64-bit x86
|
|
#
|
|
SPECS += x86 64bit
|
|
|
|
#
|
|
# x86-specific Genode headers
|
|
#
|
|
REP_INC_DIR += include/x86
|
|
REP_INC_DIR += include/x86_64
|
|
|
|
include $(call select_from_repositories,mk/spec-64bit.mk)
|