Merge pull request #8633 from jepler/fix-frozen-modules-build

Fix build error when frozen modules are updated
This commit is contained in:
Dan Halbert 2023-11-18 11:50:32 -05:00 committed by GitHub
commit 1374a15761
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -877,4 +877,4 @@ invalid-board:
# Print out the value of a make variable.
# https://stackoverflow.com/questions/16467718/how-to-print-out-a-variable-in-makefile
print-%:
@echo $* = $($*)
@echo "$* = "$($*)