add missing flag

SVN-Revision: 8203
This commit is contained in:
Felix Fietkau 2007-07-28 02:54:50 +00:00
parent 02a7e555de
commit 48d57c4ba8
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
# l: show legacy targets
ifeq ($(DEBUG),all)
build_debug:=dt
build_debug:=dlt
else
build_debug:=$(DEBUG)
endif