From b1d87bf0d3288e8b620d6db673fe78f815bd5ab0 Mon Sep 17 00:00:00 2001 From: nvt-se Date: Thu, 13 Dec 2007 11:29:12 +0000 Subject: [PATCH] Removed deprecated rules. --- platform/msb430/Makefile.msb430 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/platform/msb430/Makefile.msb430 b/platform/msb430/Makefile.msb430 index 04c600077..ae517334a 100644 --- a/platform/msb430/Makefile.msb430 +++ b/platform/msb430/Makefile.msb430 @@ -23,12 +23,6 @@ ifndef BASE_IP BASE_IP := 172.16.1.1 endif -send: $(CONTIKI)/tools/codeprop.c - cc -Wall $^ -o send - -%.send: %.cm send - send $(BASE_IP) $< - ### System dependent Makefile ifndef WINDIR