From 30306a42972f6a414e8b23e7942fd77f74af80db Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Thu, 27 Jan 2011 00:04:27 +0100 Subject: Adding the osdebug mechanism into arch and FreeRTOS, essentially closing the circle of dependancy between all 3 libraries. Also, turning the debugging on by default. --- config/general.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config') diff --git a/config/general.mk b/config/general.mk index cd50fdc..293db96 100644 --- a/config/general.mk +++ b/config/general.mk @@ -1,5 +1,10 @@ VERBOSE = false +DEBUG = true ifneq ($(VERBOSE),true) MAKE_OPTS = --no-print-directory -s endif + +ifeq ($(DEBUG),true) +TARGET_CPPFLAGS += -DFULLDEBUG +endif \ No newline at end of file -- cgit v1.2.3