#-*-Makefile-*- vim:syntax=make #$Id: tmote.target,v 1.1 2005/02/10 02:14:42 jpolastre Exp $ TMOTE_REV ?= SKY # tmote sky == telosb ifeq ($(TMOTE_REV),SKY) TMOTE_TARGET = telosb.target endif # if tmote rev is unknown, use telosb TMOTE_TARGET ?= telosb.target $(call TOSMake_include,$(TMOTE_TARGET)) tmote: $(BUILD_DEPS) @: