tools/firmware/Makefile: CONFIG_PV_SHIM: enable only on x86_64
authorIan Jackson <iwj@amdahl.debian.org>
Fri, 12 Oct 2018 17:56:04 +0000 (17:56 +0000)
committerHans van Kranenburg <hans@knorrie.org>
Mon, 13 Sep 2021 09:51:21 +0000 (11:51 +0200)
commitfd700419d4d69c44ee09deb14e7bec0116e7299b
tree27006680e15294a86f102a671ece240e50612d17
parent42e079e5aa4c35f65335407132fc76db86d28503
tools/firmware/Makefile: CONFIG_PV_SHIM: enable only on x86_64

Previously this was *dis*abled for x86_*32*.  But if someone should
run some of this Makefile on ARM, say, it ought not to be built
either.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
tools/firmware/Makefile