Subversion Repositories DevTools

Rev

Rev 283 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 283 Rev 327
Line 22... Line 22...
22
KEILMDK_ARM_BIN	:= $(KEILMDK_ARM)/bin31
22
KEILMDK_ARM_BIN	:= $(KEILMDK_ARM)/bin31
23
 
23
 
24
#
24
#
25
#   Ensure that the tools are available
25
#   Ensure that the tools are available
26
#
26
#
27
.PHONY:		KeilArmV3
27
.PHONY:		KeilArm
28
KeilArmV3:
28
KeilArmV3:
29
	@$(echo) [Toolset $(toolset)]; \
29
	@$(echo) [Toolset $(toolset)]; \
30
	[ -z "$KEILMDK_ARM340" ] && echo KEILMDK_ARM340 env var not set && exit 2; \
30
	[ -z "$KEILMDK_ARM340" ] && echo KEILMDK_ARM340 env var not set && exit 2; \
31
	if [ ! -d "$(KEILMDK_ARM)" ] ; then echo KEILMDK_ARM340 Directory not found: $(KEILMDK_ARM);  exit 2; fi; \
31
	if [ ! -d "$(KEILMDK_ARM)" ] ; then echo KEILMDK_ARM340 Directory not found: $(KEILMDK_ARM);  exit 2; fi; \
32
	if [ ! -d "$(KEILMDK_ARM_BIN)" ] ; then echo Keil Compiler directory not found: $(KEILMDK_ARM_BIN); exit 2; fi; \
32
	if [ ! -d "$(KEILMDK_ARM_BIN)" ] ; then echo Keil Compiler directory not found: $(KEILMDK_ARM_BIN); exit 2; fi; \