summaryrefslogtreecommitdiffstats
path: root/include/subdir.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-07-28 02:54:50 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-07-28 02:54:50 +0000
commit48d57c4ba8d2507ea866b124fdc2c0fde7be5c60 (patch)
treef840401d47c8ca2c349bb0635cd0a3e1c29c5b3e /include/subdir.mk
parent02a7e555debc912845757f1609a159ee3c2af4b4 (diff)
downloadmaster-31e0f0ae-48d57c4ba8d2507ea866b124fdc2c0fde7be5c60.tar.gz
master-31e0f0ae-48d57c4ba8d2507ea866b124fdc2c0fde7be5c60.tar.bz2
master-31e0f0ae-48d57c4ba8d2507ea866b124fdc2c0fde7be5c60.zip
add missing flag
SVN-Revision: 8203
Diffstat (limited to 'include/subdir.mk')
-rw-r--r--include/subdir.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/subdir.mk b/include/subdir.mk
index fe46ed0de0..046a6adf6f 100644
--- a/include/subdir.mk
+++ b/include/subdir.mk
@@ -5,7 +5,7 @@
# l: show legacy targets
ifeq ($(DEBUG),all)
- build_debug:=dt
+ build_debug:=dlt
else
build_debug:=$(DEBUG)
endif