dde_ipxe: build for x86 only

Fixes #2666
This commit is contained in:
Stefan Kalkowski 2017-10-30 13:47:19 +01:00 committed by Norman Feske
parent 30b0bd641f
commit c79ffc5c79
1 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,6 @@
TARGET = nic_drv
LIBS = base dde_ipxe_nic
SRC_CC = main.cc
TARGET = nic_drv
REQUIRES = x86
LIBS = base dde_ipxe_nic
SRC_CC = main.cc
CC_CXX_WARN_STRICT =