diff options
| author | Tom Rini <[email protected]> | 2022-03-28 09:56:05 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-03-28 09:56:05 -0400 |
| commit | 94e836f7ddab44f5e62e69a2f9fa97e975fd1b90 (patch) | |
| tree | d3d5947e5c1e76e0295e1c6e854ae9b35aaeac71 /Makefile | |
| parent | c259b197f6f8a4b1d33700e0b9202781fb8ce737 (diff) | |
| parent | ed48490f8d3f8715b23071a8a1cbe5bba8c8626e (diff) | |
Merge branch '2022-03-28-critical-fixes'
- A zstd, two Apple M1 and an MXS NAND critical bugfix
- Clean up another file that wasn't being removed and update some
external documentation links.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2186,7 +2186,8 @@ CLEAN_DIRS += $(MODVERDIR) \ $(foreach d, spl tpl, $(patsubst %,$d/%, \ $(filter-out include, $(shell ls -1 $d 2>/dev/null)))) -CLEAN_FILES += include/bmp_logo.h include/bmp_logo_data.h tools/version.h \ +CLEAN_FILES += include/bmp_logo.h include/bmp_logo_data.h \ + drivers/video/u_boot_logo.S tools/version.h \ u-boot* MLO* SPL System.map fit-dtb.blob* \ u-boot-ivt.img.log u-boot-dtb.imx.log SPL.log u-boot.imx.log \ lpc32xx-* bl31.c bl31.elf bl31_*.bin image.map tispl.bin* \ |
