doc: fix doc warning due to missing architecture

TILE-GX is no longer supported but the tap driver includes it in its
NIC overview ini file which causes a doc warning:

    $ make doc-guides-html
    sphinx processing guides-html...
    Warning generate_nic_overview_table():
    Unknown feature 'TILE-Gx' in 'tap.ini'

Fixes: 04b2c3c94346 ("doc: add tap features")

Signed-off-by: John McNamara <john.mcnamara@intel.com>
This commit is contained in:
John McNamara 2017-04-06 17:36:42 +01:00 committed by Thomas Monjalon
parent 99a7213b14
commit 6a767a694d

View File

@ -21,7 +21,6 @@ Other kdrv = Y
ARMv7 = Y ARMv7 = Y
ARMv8 = Y ARMv8 = Y
Power8 = Y Power8 = Y
TILE-Gx = Y
x86-32 = Y x86-32 = Y
x86-64 = Y x86-64 = Y
Usage doc = Y Usage doc = Y