Skip to content

Commit 4b77d21

Browse files
committed
Makefile: fix make clean to remove platform artifacts
Update the `clean` target to correctly remove generated `.xml` and `.bin` files from nested subdirectories under `platforms/*/[emmc|ufs]` paths. Signed-off-by: Viswanath Kraleti <[email protected]>
1 parent 54efe10 commit 4b77d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ install: $(BINS)
4040
install -m 755 $^ $(DESTDIR)$(PREFIX)/bin
4141

4242
clean:
43-
@rm -f platforms/*/*.xml platforms/*/*.bin
43+
@rm -f platforms/*/*/*.xml platforms/*/*/*.bin

0 commit comments

Comments
 (0)