util/sconfig: Always generate SMBIOS CPP guards
commit39e029768b90bbe4b3ccb05d6ffa9d4f5fa1050a
authorAngel Pons <th3fanbus@gmail.com>
Tue, 7 Sep 2021 12:02:41 +0000 (7 14:02 +0200)
committerFelix Held <felix-coreboot@felixheld.de>
Mon, 13 Sep 2021 13:55:59 +0000 (13 13:55 +0000)
tree8bbe11ec701b723979f7854399c87ac57248bbc1
parent8b98f8bf076dbbd5bf5431ec41c06c3942880a24
util/sconfig: Always generate SMBIOS CPP guards

Manually maintaining a list of fields just to avoid printing some
unnecessary CPP guards isn't worth the maintenance burden. Instead,
always generate these guards, even if they guard nothing.

Change-Id: I6c84180d83ac39a895e02d196acb7074eb052d7f
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/57459
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
util/sconfig/main.c