summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-05-17 22:10:48 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-05-17 22:10:48 (GMT)
commit340c3e20301f33871c530b6095c77fe178f05e98 (patch)
treecbe5702adb3bc0e3ae80359e673144c55a98c9d9 /Makefile
parent8d3f0a8781cc25e75db3db4a9195816e7d3da902 (diff)
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7407997..0468390 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