diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-08-30 21:12:39 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-08-30 21:12:39 +0000 |
commit | 5f748a6c24863b08652d835c2858acfd83a84238 (patch) | |
tree | 7492870ce899ef7791c89ecb4a2b570f9d637be5 /rules.mk | |
parent | 9566fb1f0701759d499e1579a340943ff5a7422d (diff) | |
download | upstream-5f748a6c24863b08652d835c2858acfd83a84238.tar.gz upstream-5f748a6c24863b08652d835c2858acfd83a84238.tar.bz2 upstream-5f748a6c24863b08652d835c2858acfd83a84238.zip |
clean up recursive dependency handling, use timestamp.pl again, because it saves memory and execution time
SVN-Revision: 8558
Diffstat (limited to 'rules.mk')
-rw-r--r-- | rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,7 @@ ifeq ($(DUMP),) -include $(TOPDIR)/.config endif +include $(TOPDIR)/include/debug.mk include $(TOPDIR)/include/verbose.mk TMP_DIR:=$(TOPDIR)/tmp @@ -25,6 +26,7 @@ ARCH:=$(call qstrip,$(CONFIG_ARCH)) TARGET_OPTIMIZATION:=$(call qstrip,$(CONFIG_TARGET_OPTIMIZATION)) BUILD_SUFFIX:=$(call qstrip,$(CONFIG_BUILD_SUFFIX)) GCCV:=$(call qstrip,$(CONFIG_GCC_VERSION)) +SUBDIR:=$(patsubst $(TOPDIR)/%,%,${CURDIR}) OPTIMIZE_FOR_CPU:=$(ARCH) |