l4lx: check for "bc" tool on prepare

This commit is contained in:
Stefan Kalkowski 2013-09-27 09:31:55 +02:00 committed by Christian Helmuth
parent 327cdfdf36
commit 24007564bf
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ UPDATE_PATCH = $(word 1, $(PATCH-$(TARGET)))
check_tool = $(if $(shell which $(1)),,$(error Need to have '$(1)' installed.))
$(call check_tool,patch)
$(call check_tool,bc)
ifeq ($(TARGET), l4android)
$(call check_tool,git)