[make] rename DEBUGLEVEL -> LK_DEBUGLEVEL, remove DEBUG define

-Remove top level DEBUG=<N> define
-Rename DEBUGLEVEL to LK_DEBUGLEVEL to be clear.
-Fix the places that used DEBUGLEVEL and the few spots that #ifdef
on DEBUG.
This commit is contained in:
Travis Geiselbrecht
2013-06-07 22:14:07 -07:00
parent d5cf22f40d
commit 98b4e0938e
18 changed files with 36 additions and 33 deletions

View File

@@ -143,7 +143,7 @@ GLOBAL_DEFINES += \
# debug build?
ifneq ($(DEBUG),)
GLOBAL_DEFINES += \
DEBUG=$(DEBUG)
LK_DEBUGLEVEL=$(DEBUG)
endif
# allow additional defines from outside the build system