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>
Tue, 26 May 2020 12:03:18 +0000 (14:03 +0200)
commit3287ea92eaf5ad6ce29b8b7c0978f61c3e8573fb
treefe37b1555ea3f2436f69f3687460e279b18f1c19
parentc6fd2eb0a8f22cb4fdeec58617d07a2295016f23
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