From 36fec8dd01b6eb570cab62455439f2bb519e9bc2 Mon Sep 17 00:00:00 2001 From: nvt-se Date: Thu, 29 May 2008 22:04:30 +0000 Subject: [PATCH] moved sdspi.c to the sd file list. --- platform/msb430/Makefile.msb430 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/msb430/Makefile.msb430 b/platform/msb430/Makefile.msb430 index 041d2583d..31a5eedd1 100644 --- a/platform/msb430/Makefile.msb430 +++ b/platform/msb430/Makefile.msb430 @@ -1,9 +1,9 @@ SENSORS = sensors.c irq.c sht11.c -SD = sd.c sd_cache.c sd_erase.c sd_info.c sd_msb430.c +SD = sd.c sd_cache.c sd_erase.c sd_info.c sd_msb430.c sdspi.c MSB = dma.c infomem.c node-id.c \ msb430-uart1.c rs232.c \ cc1020.c cc1020-uip.c adc.c init-net-rime.c \ - msb430-slip-arch.c sdspi.c + msb430-slip-arch.c CONTIKI_TARGET_DIRS = . dev dev/sd apps net loader ifndef CONTIKI_TARGET_MAIN