moved sdspi.c to the sd file list.
This commit is contained in:
parent
199a14150b
commit
36fec8dd01
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue