explicit mk3 support

This commit is contained in:
Peter D. Gray 2022-03-08 11:32:19 -05:00
parent 0830d8c3a3
commit 34c5358116
No known key found for this signature in database
GPG Key ID: F0E6CC6AFC16CF7B

View File

@ -279,7 +279,7 @@ def doit(keydir, outfn=None, build_dir=None, high_water=False,
if hw_compat == 4:
hw_compat = MK_4_OK
elif hw_compat is None:
elif hw_compat in {3, None}:
hw_compat = MK_2_OK | MK_3_OK
else:
assert not "known"