osd-contiki/platform/msb430/Makefile

15 lines
238 B
Makefile
Raw Normal View History

2007-06-28 15:47:28 +02:00
# $Id: Makefile,v 1.2 2007/06/28 13:47:28 nvt-se Exp $
2007-06-28 14:49:57 +02:00
all: core
upload: core core.u
core:
$(MAKE) core.firmware && \
$(MAKE) core.firmware && \
$(MAKE) core.firmware
CONTIKI=../..
TARGET=msb430
include $(CONTIKI)/Makefile.include