Added make variable with command name to show in warning

This commit is contained in:
nifi 2010-05-27 12:42:48 +00:00
parent ac9b862cd0
commit eb63cb21e0
2 changed files with 9 additions and 7 deletions

View file

@ -1,4 +1,4 @@
# $Id: Makefile.jcreate,v 1.1 2010/05/03 21:57:35 nifi Exp $
# $Id: Makefile.jcreate,v 1.2 2010/05/27 12:42:49 nifi Exp $
# Some drivers such as ds2411.c only compile under platform sky
CFLAGS += -DCONTIKI_TARGET_SKY
@ -10,7 +10,7 @@ CONTIKI_TARGET_SOURCEFILES += contiki-jcreate-platform.c \
include $(CONTIKI)/platform/sky/Makefile.common
ifneq ($(TMOTE_BSL), 1)
${warning No tmote-bsl command found. Please install this command in contiki-2.x/tools/sky}
${warning No $(TMOTE_BSL_FILE) command for jcreate found. Please install this command in $(CONTIKI)/tools/sky}
endif
CONTIKI_TARGET_DIRS += ${addprefix ../sky/,. dev apps}