diff options
| author | Jan Kiszka <[email protected]> | 2025-08-23 13:29:49 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-09-09 11:04:16 -0600 |
| commit | ae84ef8c625f6454747b5d13192e1a16649761b2 (patch) | |
| tree | 374639d596aff9bfd36e1365854e88ebabe32e18 /tools/Makefile | |
| parent | 122c25c00a238b55ac6745eb961c5ea66b45be8c (diff) | |
tools: Drop meaningless comment from Makefile
Introduced by 245b1029e1af, probably a debug left-over.
Signed-off-by: Jan Kiszka <[email protected]>
Reviewed-by: Heiko Schocher <[email protected]>
Diffstat (limited to 'tools/Makefile')
| -rw-r--r-- | tools/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index 02297e8c93a..7eb17f92116 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -344,7 +344,6 @@ $(LOGO_DATA_H): $(obj)/bmp_logo $(LOGO_BMP) else $(LOGO_DATA_H): $(obj)/bmp_logo $(LOGO_BMP) $(obj)/bmp_logo --gen-data $(LOGO_BMP) > $@ -#endif endif # Let clean descend into subdirs |
