From 0aa57dcab5f623ec5366829dcde0969a4d4f9927 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Mon, 9 Oct 2006 10:09:10 +0000 Subject: [PATCH] Added CONTIKI_TARGET #define --- Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.include b/Makefile.include index 141b2a330..1de8fa1f5 100644 --- a/Makefile.include +++ b/Makefile.include @@ -3,7 +3,7 @@ ifndef CONTIKI endif OBJECTDIR = obj_$(TARGET) - +CFLAGS += -DCONTIKI_TARGET=$(TARGET) ifeq ($(TARGET),) -include Makefile.target