Skip to content

Commit 4fd2464

Browse files
committed
Squashed 'scripts/kconfig/' changes from 9d09730add1c..24b4fc2f9707
24b4fc2f9707 Merge branch 'master' into yamlconfig 880b766c1c02 Makefile: ensure we clean nconf git-subtree-dir: scripts/kconfig git-subtree-split: 24b4fc2f9707ff7a41ec9a2aa84ec73bbb7ee46c
1 parent 341dd97 commit 4fd2464

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
@@ -55,7 +55,7 @@ nconf.o: | nconf-cflags
5555
nconf: $(NCONF_DEPS) conf
5656
$(CC) -o nconf $(NCONF_DEPS) $(HOSTLDLIBS_nconf)
5757

58-
clean-files := conf mconf conf
58+
clean-files := conf mconf nconf
5959
clean-files += *.o lxdialog/*.o
6060
clean-files += parser.tab.c parser.tab.h .lex.c
6161
clean-files += *conf-cflags *conf-libs *conf-bin

0 commit comments

Comments
 (0)