mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 02:01:38 +00:00
gpu: the Intel multiplexer is only for x86_64
Require x86_64 because memory/adress space limitations on x86_32 restrict the use-cases on such a platform anyway. Doing that, we can also assume that memory adresses are always 64bit long and do not have to handle 32bit adresses.
This commit is contained in:
parent
55b070d204
commit
fb1c504568
@ -2,6 +2,6 @@ TARGET = intel_gpu_drv
|
||||
SRC_CC = main.cc mmio_dump.cc
|
||||
LIBS = base
|
||||
|
||||
REQUIRES = x86
|
||||
REQUIRES = x86_64
|
||||
|
||||
INC_DIR += $(PRG_DIR)
|
||||
|
Loading…
x
Reference in New Issue
Block a user