Merge pull request #8633 from jepler/fix-frozen-modules-build
Fix build error when frozen modules are updated
This commit is contained in:
commit
1374a15761
|
@ -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 "$* = "$($*)
|
||||
|
|
Loading…
Reference in New Issue