From 340c3e20301f33871c530b6095c77fe178f05e98 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Thu, 17 May 2007 22:10:48 +0000 Subject: Make the debug config menu a generated file. Add a uClibc-0.9.29 patch directory with one patch (from me!). Update the armeb-unknown-linux-uclibc sample to uClibc-0.9.29. Some eyecandy in the gdb build process. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 74079978..04683902 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ include $(CT_TOP_DIR)/tools/Makefile help:: @echo 'Execute "make" or "make all" to build all targets marked with [*]' -.config: $(shell find $(CT_TOP_DIR)/config -type f -name '*.in') +.config: $(CONFIG_FILES) $(CT_TOP_DIR)/config/debug.in @make oldconfig # Actual build -- cgit v1.2.3