summaryrefslogtreecommitdiff
path: root/config/general.mk
blob: 293db962ec8deae17aa2757554332aaa04559403 (plain)
1
2
3
4
5
6
7
8
9
10
VERBOSE = false
DEBUG = true

ifneq ($(VERBOSE),true)
MAKE_OPTS = --no-print-directory -s
endif

ifeq ($(DEBUG),true)
TARGET_CPPFLAGS += -DFULLDEBUG
endif