From: Michel Pollet Date: Wed, 23 Dec 2009 22:28:01 +0000 (+0000) Subject: Makefile: minor update X-Git-Tag: v1.0a1~24 X-Git-Url: https://git.htl-mechatronik.at/public/?a=commitdiff_plain;h=c510e78a26f9fdccd19cfa3b5500de8cb63798fb;p=sx%2Fsimavr.git Makefile: minor update Added the optional trace define Signed-off-by: Michel Pollet --- diff --git a/simavr/Makefile b/simavr/Makefile index 713fd76..112d45f 100644 --- a/simavr/Makefile +++ b/simavr/Makefile @@ -19,6 +19,7 @@ target = run_avr CFLAGS += -O3 -mfpmath=sse -msse2 +#CFLAGS += -DCONFIG_SIMAVR_TRACE=1 cores = ${wildcard cores/*.c} cores_o = ${patsubst cores/%.c, obj/%.o, ${cores}}