aboutsummaryrefslogtreecommitdiffstats
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
commitc295c38efce72dc02f9c0d71a9cfc409ace8e6d8 (patch)
treebaf1af19a77cb8fdad23ee22cf8b5e162d7ac8e5 /include/subdir.mk
parentc33e0be683bbe1cdc57853390b291e7a3d936fd7 (diff)
downloadmaster-187ad058-c295c38efce72dc02f9c0d71a9cfc409ace8e6d8.tar.gz
master-187ad058-c295c38efce72dc02f9c0d71a9cfc409ace8e6d8.tar.bz2
master-187ad058-c295c38efce72dc02f9c0d71a9cfc409ace8e6d8.zip
add missing flag
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8203 3c298f89-4303-0410-b956-a3cf2f4a3e73
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