From b88e6642bda5cb8e4c17f03b039086dfd09ec482 Mon Sep 17 00:00:00 2001 From: nvt-se Date: Thu, 28 Jun 2007 13:47:28 +0000 Subject: [PATCH] Removed unnecessary things. --- platform/msb430/Makefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/platform/msb430/Makefile b/platform/msb430/Makefile index e8ca8fefa..1a8ac6c66 100644 --- a/platform/msb430/Makefile +++ b/platform/msb430/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 2007/06/28 12:49:57 nvt-se Exp $ +# $Id: Makefile,v 1.2 2007/06/28 13:47:28 nvt-se Exp $ all: core upload: core core.u @@ -11,11 +11,4 @@ core: CONTIKI=../.. TARGET=msb430 -blinker.cm: blinker.co blinker2.co - -ifdef ENABLE_BACNET -APPS += bacnet -APPDIRS += apps/bacnet -endif - include $(CONTIKI)/Makefile.include