From 7ac49a573be67fc0104f812e3dd8d28a3e378629 Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Mon, 17 Nov 2008 22:40:10 +0000 Subject: [PATCH] Reverted recent change as there's now a general (and actually working) solution in Makefile.include. --- platform/native/Makefile.native | 3 --- 1 file changed, 3 deletions(-) diff --git a/platform/native/Makefile.native b/platform/native/Makefile.native index 8607edbb3..6e2752468 100644 --- a/platform/native/Makefile.native +++ b/platform/native/Makefile.native @@ -18,6 +18,3 @@ CONTIKI_CPU=$(CONTIKI)/cpu/native include $(CONTIKI)/cpu/native/Makefile.native contiki-$(TARGET).a: ${addprefix $(OBJECTDIR)/,symbols.o} - -### Compiler definitions -CFLAGS += -DNATIVE=1 \ No newline at end of file