tools/libs/vchan: Don't run the headers check
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 14 Sep 2020 09:24:19 +0000 (10:24 +0100)
committerWei Liu <wl@xen.org>
Mon, 14 Sep 2020 09:49:15 +0000 (09:49 +0000)
commit4f9a6165604b89da592860d9821b920eed79f5a2
tree34943d5bb53cdefe56051aaba7262e90e2df6938
parented7cbd55040fde693ab721d643e829f7218d51e1
tools/libs/vchan: Don't run the headers check

There was never a headers check previously, and CentOS 6 can't cope with the
anonymous union in struct libxenvchan.

  cc1: warnings being treated as errors
  ... tools/include/libxenvchan.h:75: error: declaration does not declare anything
  make[6]: *** [headers.chk] Error 1

Fixes: 8ab2429f12 ("tools: split libxenvchan into new tools/libs/vchan directory")
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Wei Liu <wl@xen.org>
tools/libs/vchan/Makefile