Skip to content

Commit 427fc58

Browse files
jmcruzalnashif
authored andcommitted
Kbuild: Fix to distclean target.
This commit fixes the distclean target. distclean target removes the hidden files, with cmd extension, generated by Kbuild. Change-Id: If00c9b0ee9791abb64e29f8a9ebda454384f23af Signed-off-by: Juan Manuel Cruz <[email protected]>
1 parent bf9dcc8 commit 427fc58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ cmd_clean_inner_files = \
4545
clean: FORCE
4646
@rm $(SOURCE_DIR)$(rm-objects) -f
4747
@rm $(SOURCE_DIR)/modules.order -f
48+
@rm $(SOURCE_DIR)/.*.cmd -f
4849
$(call cmd_clean_inner_files)
4950

5051
pristine: distclean

0 commit comments

Comments
 (0)