From 384bf713ad85ead2db0a20e81bd1136dba64b07e Mon Sep 17 00:00:00 2001 From: Yacine Belkadi Date: Wed, 30 Jan 2013 09:23:11 +0100 Subject: cleo/buildroot/target/linux: add a prerequisite to the LINUX26_KCONFIG target, refs #3723 In next commits, the linux26.config file (ie $(LINUX26_KCONFIG) ) will be generated when needed. The problem is that the current $(LINUX26_KCONFIG) target in linux/Makefile.in prevents that. As a workaround, add a possible prerequisite to that target. --- cleopatre/buildroot/target/linux/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cleopatre/buildroot/target') diff --git a/cleopatre/buildroot/target/linux/Makefile.in b/cleopatre/buildroot/target/linux/Makefile.in index 1bf760267b..09223545b8 100644 --- a/cleopatre/buildroot/target/linux/Makefile.in +++ b/cleopatre/buildroot/target/linux/Makefile.in @@ -94,7 +94,7 @@ LINUX26_MAKE_FLAGS = HOSTCC="$(HOSTCC)" HOSTCFLAGS="$(HOSTCFLAGS)" \ LZMA="$(LZMA)" \ $(LINUX26_MAKE_EXTRA_FLAGS) -$(LINUX26_KCONFIG): +$(LINUX26_KCONFIG): $(LINUX26_KCONFIG_PREREQ) @if [ ! -f "$(LINUX26_KCONFIG)" ] ; then \ echo ""; \ echo "You should create a .config for your kernel"; \ -- cgit v1.2.3