From dba729ab1755345257724246a9df87aa7f32f25d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 20 Mar 2016 16:39:49 +0100 Subject: Kconfig move --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 67aaf49..4f8da62 100644 --- a/Makefile +++ b/Makefile @@ -124,8 +124,8 @@ MAKEOVERRIDES = callconfig = $(Q)\ [ ! -f "$(CONFIG)" ] || mv "$(CONFIG)" config; \ - IOEROOT=. $(MAKE) -f kconfig/GNUmakefile --no-print-directory \ - TOPDIR=. SRCDIR=kconfig $(1); \ + IOEROOT=. $(MAKE) -f tools/kconfig/GNUmakefile --no-print-directory \ + TOPDIR=. SRCDIR=tools/kconfig $(1); \ [ ! -f config ] || mv config "$(CONFIG)"; \ [ ! -f config.old ] || mv config.old "$(CONFIG).old" # Note about this file moving madness: -- cgit v1.2.3