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:
Josef Söntgen 2018-01-12 14:18:47 +01:00 committed by Christian Helmuth
parent 55b070d204
commit fb1c504568

View File

@ -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)