1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-13 18:53:52 +02:00

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

View File

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