diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/subdir.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/subdir.mk b/include/subdir.mk index fe46ed0de..046a6adf6 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 |