Skip to content

Commit fd47cff

Browse files
committed
tools: labs: Remove oldnoconfig target
As commit 312ee68 ("kconfig: announce removal of oldnoconfig if used") announced, remove oldnoconfig target. Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
1 parent 489f58b commit fd47cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/labs/qemu/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ TEMPDIR := $(shell mktemp -u)
3434

3535
$(KCONFIG): qemu/kernel_config.x86
3636
cp $^ $@
37-
$(MAKE) -C $(KDIR) oldnoconfig
37+
$(MAKE) -C $(KDIR) olddefconfig
3838

3939
zImage: $(ZIMAGE)
4040

0 commit comments

Comments
 (0)