diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-06-15 08:54:45 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-07-08 10:20:41 -0600 |
commit | 6fd11a1bf4d1bc4c4919c3381be8d4c476dd4235 (patch) | |
tree | d356d5ed2c944d9d15f06cc36a14c8c779a8c4f7 /build-aux/lint-src | |
parent | 72b9036dc961d9fe7e0e9deb12e87f121a4d0ccf (diff) |
wip: flashimg/cpu_hdmi: Initial version of the TMDS decoder/downscalerlukeshu/vid-hdmi
Diffstat (limited to 'build-aux/lint-src')
-rwxr-xr-x | build-aux/lint-src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/lint-src b/build-aux/lint-src index d536631..15327f4 100755 --- a/build-aux/lint-src +++ b/build-aux/lint-src @@ -148,7 +148,7 @@ get-dscname() { done ./build-aux/venv/bin/pytest "${testfiles[@]}" || exit $? ;; - make | cmake | gitignore | ini | 9p-idl | 9p-log | markdown | pip | man-cat) + asm | make | cmake | gitignore | ini | 9p-idl | 9p-log | markdown | pip | man-cat) # TODO: Write/adopt linters for these file types : ;; |