Skip to content

Commit

Permalink
kbuild: remove kconfig binaries during make mrproper
Browse files Browse the repository at this point in the history
Nigel Cunningham <[email protected]> noticed
that 'make mrproper' did not remove mconf.
Fixed so we now remove all relevant binaries.

Signed-off-by: Sam Ravnborg <[email protected]>
Cc:  Nigel Cunningham <[email protected]>
  • Loading branch information
Sam Ravnborg authored and sravnborg committed May 2, 2007
1 parent d802b50 commit 145c904
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/kconfig/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ endif

clean-files := lkc_defs.h qconf.moc .tmp_qtcheck \
.tmp_gtkcheck zconf.tab.c lex.zconf.c zconf.hash.c
clean-files += mconf qconf gconf

# Needed for systems without gettext
KBUILD_HAVE_NLS := $(shell \
Expand Down

0 comments on commit 145c904

Please sign in to comment.