You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generate a .json file for every .cmd.* file, then join them. So the Python script will only handle one .cmd.* at a time, and a Makefile will run the script for all files.
.json files for unchanged .cmd files won't be regenerated needlessly.
make's globbing/wildcard is probably faster than Python's one.
this will be closer to something that can be integrated into Kbuild
Probably it'll be possible to trick kernel's Makefile to include/recursively call this Makefile (and thus automatically pass correct O=..., for example)
The text was updated successfully, but these errors were encountered:
Generate a .json file for every .cmd.* file, then join them. So the Python script will only handle one .cmd.* at a time, and a Makefile will run the script for all files.
The text was updated successfully, but these errors were encountered: